fix:优化表达方式log和最大表达数量,优化配置文件注释

This commit is contained in:
SengokuCola
2025-06-03 20:33:01 +08:00
parent f94f14cce2
commit e2d478441d
3 changed files with 29 additions and 13 deletions

View File

@@ -75,9 +75,9 @@ class SubHeartflow:
self.log_prefix = (
chat_manager.get_stream_name(self.subheartflow_id) or self.subheartflow_id
) # Keep this line or adjust if utils provides name
logger.debug(
f"SubHeartflow {self.chat_id} initialized: is_group={self.is_group_chat}, target_info={self.chat_target_info}"
)
# logger.debug(
# f"SubHeartflow {self.chat_id} initialized: is_group={self.is_group_chat}, target_info={self.chat_target_info}"
# )
# 根据配置决定初始状态
if global_config.chat.chat_mode == "focus":