better:优化关系构建

This commit is contained in:
SengokuCola
2025-07-16 11:29:11 +08:00
parent e54e4ced26
commit e0a6474416
3 changed files with 8 additions and 14 deletions

View File

@@ -237,7 +237,7 @@ class HeartFChatting:
if if_think:
self.energy_value *= 1.1 / (global_config.chat.focus_value + 0.2)
logger.info(f"{self.log_prefix} 麦麦进行了思考能量值增加1当前能量值{self.energy_value}")
return False
return True
await asyncio.sleep(1)