From 56042fddf7b473d3122d4fc5baa216ecee24f9b5 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 7 Apr 2026 01:41:34 -0700 Subject: [PATCH] config: switch LLM to antaf (text bridge) Co-Authored-By: Claude Opus 4.6 (1M context) --- config/.config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/.config.yaml b/config/.config.yaml index 4eef51c..33fb4af 100644 --- a/config/.config.yaml +++ b/config/.config.yaml @@ -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