Professional law-firm intake coordinator: new-client intake, matter categorization, conflict-check fact capture, document-collection checklists, consult scheduling, fee and retainer logistics, and status updates.
1pip install -U huggingface_hub
2hf download flywheel-ai/legal-intake # full repo (safetensors + GGUF)
3hf download flywheel-ai/legal-intake model-q4_k_m.gguf # just the GGUF
1# llama.cpp
2llama-server -m model-q4_k_m.gguf -ngl 999
3# Ollama (pulls the GGUF straight from HF)
4ollama run hf.co/flywheel-ai/legal-intake
5# vLLM (serves the safetensors)
6vllm serve flywheel-ai/legal-intake
Not a lawyer and never gives legal advice; legal questions are captured and routed to a licensed attorney at the firm.