This commit is contained in:
huaqingxu
2026-03-06 23:51:44 +08:00
parent 19db078e72
commit 1af1aa57fb

View File

@@ -57,6 +57,10 @@ DEFAULT_CONFIG = {
"model": OLLAMA_EMBEDDER_MODEL, "model": OLLAMA_EMBEDDER_MODEL,
}, },
}, },
"memory": {
"provider": None, # 禁止 mem0 初始化 SQLite
"config": {}
},
"history_db_path": HISTORY_DB_PATH, "history_db_path": HISTORY_DB_PATH,
} }