Views
No views yet
defer_to_larger_model tool call.
Every assistant action is a single tool call, including talking to the customer via
respond_to_user, so a thin orchestrator can drive it.| System | Quality | Frontier-model calls |
|---|---|---|
| Frontier model alone (GLM-5) | 0.80 | 100% |
| This model + escalation (local) | ~0.75 | ~4% |
| Untrained Qwen3-1.7B | 0.42 | 0% |
1hf download distil-labs/distil-qwen3-1.7b-customer-support-deferral-gguf \
2 distil-qwen3-1.7b-customer-support-deferral.gguf --local-dir models
3
4llama-server \
5 --model models/distil-qwen3-1.7b-customer-support-deferral.gguf \
6 --port 8000 \
7 --jinjahttp://127.0.0.1:8000/v1. The airline policy (system
prompt) and the 16 tool schemas ship with the demo app as job_description.json.| File | Format | Notes |
|---|---|---|
distil-qwen3-1.7b-customer-support-deferral.gguf | BF16 | Full-precision build (16 bpw). Quantize with llama-quantize if you need a smaller footprint. |