refactor(.env.example): update LLM API configuration comments for clarity and add usage note

This commit is contained in:
666ghj 2026-01-20 18:05:36 +08:00
parent 94633e1330
commit 9556854fbf

View file

@ -1,11 +1,12 @@
# LLM API配置支持 OpenAI SDK 格式的任意 LLM # LLM API配置支持 OpenAI SDK 格式的任意 LLM API
# 推荐使用阿里百炼平台qwen-plus模型也可使用更便宜的qwen-flashhttps://bailian.console.aliyun.com/ # 推荐使用阿里百炼平台qwen-plus模型https://bailian.console.aliyun.com/
# 注意消耗较大可先进行小于40轮的模拟尝试
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
# ===== ZEP记忆图谱配置 ===== # ===== ZEP记忆图谱配置 =====
# 每月免费额度即可支撑使用https://app.getzep.com/ # 每月免费额度即可支撑简单使用https://app.getzep.com/
ZEP_API_KEY=your_zep_api_key_here ZEP_API_KEY=your_zep_api_key_here
# ===== 加速 LLM 配置(可选)===== # ===== 加速 LLM 配置(可选)=====