diff --git a/.env.example b/.env.example index 913e07c..17d3c60 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # 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_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1 LLM_MODEL_NAME=qwen-plus @@ -9,6 +9,7 @@ LLM_MODEL_NAME=qwen-plus ZEP_API_KEY=your_zep_api_key_here # ===== 加速 LLM 配置(可选)===== -LLM_BOOST_API_KEY=your_boost_api_key_here -LLM_BOOST_BASE_URL=https://another-api-provider.com/v1 -LLM_BOOST_MODEL_NAME=gpt-4o-mini \ No newline at end of file +# 注意如果不使用加速配置,env文件中就不要出现下面的配置项 +LLM_BOOST_API_KEY=your_api_key_here +LLM_BOOST_BASE_URL=your_base_url_here +LLM_BOOST_MODEL_NAME=your_model_name_here \ No newline at end of file