From 8e371b827f4978b35378d9f752800e4be66c1efa Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 7 Apr 2026 01:58:25 -0700 Subject: [PATCH] fix: remove appended hint, only send pure user text to antaf Co-Authored-By: Claude Opus 4.6 (1M context) --- modules/antaf/antaf_llm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/antaf/antaf_llm.py b/modules/antaf/antaf_llm.py index 5424e30..a147b13 100644 --- a/modules/antaf/antaf_llm.py +++ b/modules/antaf/antaf_llm.py @@ -90,8 +90,6 @@ class LLMProvider(LLMProviderBase): yield "抱歉,我没有收到您的问题。" return - # 追加简短回答提示,避免阿福回复过长导致TTS排队卡顿 - query = query + "(请用2-3句话简短回答)" self.should_idle = False logger.bind(tag=TAG).info(f"AntafLLM 请求: {query[:50]}...")