chore(env.example): update LLM model configuration and clarify boost settings.

This commit is contained in:
666ghj 2026-01-15 23:11:26 +08:00
parent ede410620a
commit ca24ee09d1

View file

@ -1,5 +1,5 @@
# LLM API配置支持 OpenAI SDK 格式的任意 LLM # LLM API配置支持 OpenAI SDK 格式的任意 LLM
# 推荐使用阿里百炼平台Qwen-plus模型https://bailian.console.aliyun.com/ # 推荐使用阿里百炼平台qwen-plus模型也可使用更便宜的qwen-flashhttps://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