diff --git a/config.json b/config.json index 54dd0aa..aca7244 100644 --- a/config.json +++ b/config.json @@ -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" } -} \ No newline at end of file +} diff --git a/system.conf.bak b/system.conf.bak index 8f62e0f..b3a964b 100644 --- a/system.conf.bak +++ b/system.conf.bak @@ -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 \ No newline at end of file +fay_url=http://127.0.0.1:5000