From 9556854fbf552a9e0d3954f83614b97c220b1dea Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Tue, 20 Jan 2026 18:05:36 +0800 Subject: [PATCH] refactor(.env.example): update LLM API configuration comments for clarity and add usage note --- .env.example | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 17d3c60..78a3b72 100644 --- a/.env.example +++ b/.env.example @@ -1,11 +1,12 @@ -# LLM API配置(支持 OpenAI SDK 格式的任意 LLM) -# 推荐使用阿里百炼平台qwen-plus模型(也可使用更便宜的qwen-flash):https://bailian.console.aliyun.com/ +# LLM API配置(支持 OpenAI SDK 格式的任意 LLM API) +# 推荐使用阿里百炼平台qwen-plus模型:https://bailian.console.aliyun.com/ +# 注意消耗较大,可先进行小于40轮的模拟尝试 LLM_API_KEY=your_api_key_here LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1 LLM_MODEL_NAME=qwen-plus # ===== ZEP记忆图谱配置 ===== -# 每月免费额度即可支撑使用:https://app.getzep.com/ +# 每月免费额度即可支撑简单使用:https://app.getzep.com/ ZEP_API_KEY=your_zep_api_key_here # ===== 加速 LLM 配置(可选)=====