fix: remove appended hint, only send pure user text to antaf

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hailin 2026-04-07 01:58:25 -07:00
parent 58c67de338
commit 8e371b827f
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ class LLMProvider(LLMProviderBase):
yield "抱歉,我没有收到您的问题。" yield "抱歉,我没有收到您的问题。"
return return
# 追加简短回答提示避免阿福回复过长导致TTS排队卡顿
query = query + "请用2-3句话简短回答"
self.should_idle = False self.should_idle = False
logger.bind(tag=TAG).info(f"AntafLLM 请求: {query[:50]}...") logger.bind(tag=TAG).info(f"AntafLLM 请求: {query[:50]}...")