Update message_sender.py

pull/916/head
SengokuCola 2025-05-02 02:03:55 +08:00
parent 974839c1b5
commit 63361707b3
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ class MessageManager:
if (
message.apply_set_reply_logic # 检查标记
and message.is_head
and (thinking_messages_count > 1 or thinking_messages_length > 20)
and (thinking_messages_count > 3 or thinking_messages_length > 200)
and not message.is_private_message()
):
logger.debug(