better:优化回复逻辑,现在回复前会先思考,移除推理模型再回复中的使用,优化心流运行逻辑,优化思考时间计算逻辑,添加错误检测
This commit is contained in:
@@ -106,7 +106,7 @@ class Heartflow:
|
||||
self.current_mind = reponse
|
||||
logger.info(f"麦麦的总体脑内状态:{self.current_mind}")
|
||||
# logger.info("麦麦想了想,当前活动:")
|
||||
await bot_schedule.move_doing(self.current_mind)
|
||||
# await bot_schedule.move_doing(self.current_mind)
|
||||
|
||||
for _, subheartflow in self._subheartflows.items():
|
||||
subheartflow.main_heartflow_info = reponse
|
||||
|
||||
Reference in New Issue
Block a user