fix:修复全模块时缺少prompt_template配置的问题

This commit is contained in:
3030332422
2025-10-31 20:36:55 +08:00
parent cc9d5306e6
commit 32ecbe55fc
3 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -22,4 +22,6 @@ manager-api:
# 如果使用docker部署,请使用填写成 http://xiaozhi-esp32-server-web:8002/xiaozhi
url: http://127.0.0.1:8002/xiaozhi
# 你的manager-api的token,就是刚才复制出来的server.secret
secret: 你的server.secret值
secret: 你的server.secret值
# 默认系统提示词模板文件
prompt_template: agent-base-prompt.txt