Add a voice.llm_router flag, default off
Wires cmd/mavend/voice.go to build the LLM router when the operator asks for it. Default false, so nothing changes on the deploy box. Look at pickLLMRouter: the flag on with no llama-server logs one line and keeps the classifier, it never fails a turn. The default stays off until the router can refuse (#359) and the extractor runs on LLM decisions — both noted as TODOs in config.go. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CGeSZxh1DCtRxmFVSYVGvJ
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
"tokenizer_path": "/opt/maven/models/embedder/tokenizer.json",
|
||||
"lib_path": "/opt/maven/lib/libonnxruntime.so"
|
||||
},
|
||||
"llm_router": false,
|
||||
"tool_timeout": "30s",
|
||||
"tools": [
|
||||
{ "name": "status", "cmd": ["systemctl", "status"], "scope": "homelab", "destructive": false },
|
||||
|
||||
Reference in New Issue
Block a user