config: switch LLM to antaf (text bridge)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c55a7a010b
commit
56042fddf7
|
|
@ -41,11 +41,15 @@ wakeup_words:
|
|||
- "你好小虎"
|
||||
|
||||
selected_module:
|
||||
LLM: Qwen3Local
|
||||
LLM: antaf
|
||||
TTS: sherpa_tts
|
||||
ASR: qwen3_asr_local
|
||||
|
||||
LLM:
|
||||
antaf:
|
||||
type: antaf
|
||||
bridge_url: http://127.0.0.1:18900
|
||||
timeout: 60
|
||||
Qwen3Local:
|
||||
type: openai
|
||||
model_name: Qwen3-32B
|
||||
|
|
|
|||
Loading…
Reference in New Issue