mirror of https://github.com/Mai-with-u/MaiBot.git
Update Hippocampus.py
parent
4c18426b23
commit
90453b2f64
|
|
@ -205,7 +205,7 @@ class Hippocampus:
|
|||
# 从数据库加载记忆图
|
||||
self.entorhinal_cortex.sync_memory_from_db()
|
||||
# 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:
|
||||
"""获取记忆图中所有节点的名字列表"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue