mirror of https://github.com/Mai-with-u/MaiBot.git
fix:恒定提取memory
parent
d00a28f9d3
commit
36544c6f81
|
|
@ -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 "[思考时出错]"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue