chore(env.example): update LLM model configuration and clarify boost settings.
This commit is contained in:
parent
ede410620a
commit
ca24ee09d1
1 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# LLM API配置(支持 OpenAI SDK 格式的任意 LLM)
|
# LLM API配置(支持 OpenAI SDK 格式的任意 LLM)
|
||||||
# 推荐使用阿里百炼平台Qwen-plus模型:https://bailian.console.aliyun.com/
|
# 推荐使用阿里百炼平台qwen-plus模型(也可使用更便宜的qwen-flash):https://bailian.console.aliyun.com/
|
||||||
LLM_API_KEY=your_api_key_here
|
LLM_API_KEY=your_api_key_here
|
||||||
LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
|
LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
|
||||||
LLM_MODEL_NAME=qwen-plus
|
LLM_MODEL_NAME=qwen-plus
|
||||||
|
|
@ -9,6 +9,7 @@ LLM_MODEL_NAME=qwen-plus
|
||||||
ZEP_API_KEY=your_zep_api_key_here
|
ZEP_API_KEY=your_zep_api_key_here
|
||||||
|
|
||||||
# ===== 加速 LLM 配置(可选)=====
|
# ===== 加速 LLM 配置(可选)=====
|
||||||
LLM_BOOST_API_KEY=your_boost_api_key_here
|
# 注意如果不使用加速配置,env文件中就不要出现下面的配置项
|
||||||
LLM_BOOST_BASE_URL=https://another-api-provider.com/v1
|
LLM_BOOST_API_KEY=your_api_key_here
|
||||||
LLM_BOOST_MODEL_NAME=gpt-4o-mini
|
LLM_BOOST_BASE_URL=your_base_url_here
|
||||||
|
LLM_BOOST_MODEL_NAME=your_model_name_here
|
||||||
Loading…
Reference in a new issue