细微调整

This commit is contained in:
SengokuCola
2025-07-11 01:31:57 +08:00
parent 8143698c13
commit 44abb71959
3 changed files with 9 additions and 7 deletions

View File

@@ -168,7 +168,7 @@ class NoReplyAction(BaseAction):
try:
interested_rate = await hippocampus_manager.get_activate_from_text(
full_text,
fast_retrieval=True,
fast_retrieval=False,
)
except Exception as e:
logger.error(f"{self.log_prefix} 记忆激活计算失败: {e}")