fix:恒定提取memory

This commit is contained in:
SengokuCola
2025-05-09 13:30:09 +08:00
parent d00a28f9d3
commit 36544c6f81
2 changed files with 1 additions and 1 deletions

View File

@@ -777,7 +777,7 @@ class HeartFChatting:
) )
return current_mind return current_mind
except Exception as e: except Exception as e:
logger.error(f"{self.log_prefix}[SubMind] 思考失败: {e}") logger.error(f"{self.log_prefix}子心流 思考失败: {e}")
logger.error(traceback.format_exc()) logger.error(traceback.format_exc())
return "[思考时出错]" return "[思考时出错]"