From 65628645864a6813f934d9c7b41a39e207fe139b Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Mon, 31 Mar 2025 23:31:52 +0800 Subject: [PATCH] fix:fix --- src/heart_flow/sub_heartflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/heart_flow/sub_heartflow.py b/src/heart_flow/sub_heartflow.py index b8de5e754..5aa69a6f6 100644 --- a/src/heart_flow/sub_heartflow.py +++ b/src/heart_flow/sub_heartflow.py @@ -149,7 +149,7 @@ class SubHeartflow: async def do_thinking_before_reply(self, message_txt): current_thinking_info = self.current_mind mood_info = self.current_state.mood - mood_info = "你很生气,很愤怒" + # mood_info = "你很生气,很愤怒" observation = self.observations[0] chat_observe_info = observation.observe_info # print(f"chat_observe_info:{chat_observe_info}")