update:优化总结内容

This commit is contained in:
hrz
2025-05-14 22:28:36 +08:00
parent fe8f200364
commit b791fb1494
11 changed files with 69 additions and 34 deletions
+2 -1
View File
@@ -429,7 +429,8 @@ class ConnectionHandler:
self.memory.init_memory(
self.device_id,
self.llm,
self.config["summaryMemory"]
self.config["summaryMemory"],
not self.read_config_from_api,
)
def _initialize_intent(self):