Update normal_chat.py

This commit is contained in:
SengokuCola
2025-07-01 15:54:01 +08:00
parent 39396b3d87
commit 96a527c137

View File

@@ -829,8 +829,6 @@ class NormalChat:
logger.error(f"[{self.stream_name}] 回复生成出现错误:{str(e)} {traceback.format_exc()}")
return None
async def plan_and_execute_actions():
"""规划和执行额外动作"""
if not self.enable_planner: