update:优化无意图识别的日志输出 (#295)

Co-authored-by: hrz <1710360675@qq.com>
This commit is contained in:
欣南科技
2025-03-12 12:46:29 +08:00
committed by GitHub
co-authored by hrz
parent 81fee53085
commit a8c6c7cb36
4 changed files with 6 additions and 8 deletions
-2
View File
@@ -95,8 +95,6 @@ class ConnectionHandler:
if self.config["selected_module"]["Intent"] == 'function_call':
self.use_function_call_mode = True
self.logger.bind(tag=TAG).info(f"use_function_call_mode:{self.use_function_call_mode}")
async def handle_connection(self, ws):
try:
# 获取并验证headers