mirror of
https://github.com/xszyou/Fay.git
synced 2026-03-12 17:51:28 +08:00
Merge branch 'main' of https://github.com/xszyou/Fay
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user