update:这几天tts流式改造合并后,self.executor的主要任务将是用来上报聊天记录,因此这里其实可以合并在self.executor

This commit is contained in:
hrz
2025-05-27 13:41:53 +08:00
parent 09cf6cdc2d
commit 631787a4f1
2 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ Memory:
# 不想使用记忆功能,可以使用nomem
type: nomem
mem_local_short:
# 本地记忆功能,通过selected_module的llm总结,数据保存在本地,不会上传到服务器
# 本地记忆功能,通过selected_module的llm总结,数据保存在本地服务器,不会上传到外部服务器
type: mem_local_short
# 配备记忆存储独立的思考模型
# 如果这里不填,则会默认使用selected_module.LLM的模型作为意图识别的思考模型