From fb9a3e50f8668cd0dad14da4ad02daae97b6b3d6 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Mon, 22 Dec 2025 16:00:02 +0800 Subject: [PATCH] Update README. --- README-EN.md | 5 +++-- README.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README-EN.md b/README-EN.md index 664962f..a520d0c 100644 --- a/README-EN.md +++ b/README-EN.md @@ -63,13 +63,14 @@ cp .env.example .env ```env # LLM API Configuration (supports any LLM with OpenAI SDK format) -# Recommended: Alibaba Qwen-plus model via DashScope: https://dashscope.aliyun.com/ +# Recommended: Alibaba Qwen-plus model via Bailian Platform: https://bailian.console.aliyun.com/ +# High consumption, try simulations with fewer than 40 rounds first LLM_API_KEY=your_api_key LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1 LLM_MODEL_NAME=qwen-plus # Zep Cloud Configuration -# Free monthly quota is sufficient for usage: https://app.getzep.com/ +# Free monthly quota is sufficient for simple usage: https://app.getzep.com/ ZEP_API_KEY=your_zep_api_key ``` diff --git a/README.md b/README.md index 282b2db..e6c7b99 100644 --- a/README.md +++ b/README.md @@ -64,12 +64,13 @@ cp .env.example .env ```env # LLM API配置(支持 OpenAI SDK 格式的任意 LLM) # 推荐使用阿里百炼平台qwen-plus模型:https://bailian.console.aliyun.com/ +# 注意消耗较大,可先进行小于40轮的模拟尝试 LLM_API_KEY=your_api_key LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1 LLM_MODEL_NAME=qwen-plus # Zep Cloud 配置 -# 每月免费额度即可支撑使用:https://app.getzep.com/ +# 每月免费额度即可支撑简单使用:https://app.getzep.com/ ZEP_API_KEY=your_zep_api_key ```