This commit is contained in:
guo zebin
2025-11-12 22:30:19 +08:00
2 changed files with 6 additions and 3 deletions

View File

@@ -29,7 +29,8 @@
},
"items": [],
"memory": {
"isolate_by_user": true
"isolate_by_user": true,
"use_bionic_memory": false
},
"source": {
"automatic_player_status": false,
@@ -46,4 +47,4 @@
"wake_word_enabled": false,
"wake_word_type": "front"
}
}
}

View File

@@ -39,6 +39,8 @@ gpt_api_key=
gpt_base_url=
#gpt model engine 如glm4、deepseek、qwen3-4b等
gpt_model_engine=
# Embedding API 配置(复用 LLM 的 url 和 key
embedding_api_model=
#gpt(fastgpt)代理(可为空填写例子127.0.0.1:7890)
proxy_config=
@@ -46,4 +48,4 @@ proxy_config=
start_mode=web
#服务器主动地址
fay_url=http://127.0.0.1:5000
fay_url=http://127.0.0.1:5000