diff --git a/src/plugins/chat/bot.py b/src/plugins/chat/bot.py index 7027a3df..52eaba1e 100644 --- a/src/plugins/chat/bot.py +++ b/src/plugins/chat/bot.py @@ -229,8 +229,8 @@ class ChatBot: # 清理掉思考消息后开始做发送前处理 if global_config.enable_action_execute and response_actions: for action in response_actions: - response = usable_action[action](response) logger.info(f"正在处理{action}") + response = usable_action[action](response) # 记录开始思考的时间,避免从思考到回复的时间太久 thinking_start_time = thinking_message.thinking_start_time