Update Hippocampus.py

This commit is contained in:
SengokuCola
2025-07-08 17:31:12 +08:00
parent 4c18426b23
commit 90453b2f64

View File

@@ -205,7 +205,7 @@ class Hippocampus:
# 从数据库加载记忆图 # 从数据库加载记忆图
self.entorhinal_cortex.sync_memory_from_db() self.entorhinal_cortex.sync_memory_from_db()
# TODO: API-Adapter修改标记 # TODO: API-Adapter修改标记
self.model_summary = LLMRequest(global_config.model.memory_summary, request_type="memory") self.model_summary = LLMRequest(global_config.model.memory, request_type="memory")
def get_all_node_names(self) -> list: def get_all_node_names(self) -> list:
"""获取记忆图中所有节点的名字列表""" """获取记忆图中所有节点的名字列表"""