remove thinking

This commit is contained in:
SengokuCola
2025-07-22 20:53:52 +08:00
parent 2a8d29332e
commit 783d4ee442
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ from src.chat.willing.willing_manager import get_willing_manager
from src.chat.mai_thinking.mai_think import mai_thinking_manager
from maim_message.message_base import GroupInfo,UserInfo
ENABLE_THINKING = True
ENABLE_THINKING = False
ERROR_LOOP_INFO = {
"loop_plan_info": {

View File

@@ -32,7 +32,7 @@ logger = get_logger("core_actions")
# 常量定义
WAITING_TIME_THRESHOLD = 1200 # 等待新消息时间阈值,单位秒
ENABLE_THINKING = True
ENABLE_THINKING = False
class ReplyAction(BaseAction):
"""回复动作 - 参与聊天回复"""