From 967014a72dd3f634b2394420d7e10ffbb99c7ce1 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Sat, 15 Nov 2025 22:33:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BC=98=E5=8C=96=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E5=92=8Cgit=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.template | 10 +++------- docs/latest/intro/quick-start.md | 4 ++-- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.env.template b/.env.template index aab00bf3..62dc8915 100644 --- a/.env.template +++ b/.env.template @@ -2,10 +2,8 @@ MODEL_DIR=./models SAVE_DIR=./saves # region model_provider -# 推荐使用硅基流动免费服务 -SILICONFLOW_API_KEY= -# 获取搜索服务的 api key 请访问 https://app.tavily.com/ -TAVILY_API_KEY= +SILICONFLOW_API_KEY= # 推荐使用硅基流动免费服务 https://cloud.siliconflow.cn/i/Eo5yTHGJ +TAVILY_API_KEY= # 获取搜索服务的 api key 请访问 https://app.tavily.com/ # # 其余可选配置 # OPENAI_API_KEY= @@ -17,7 +15,7 @@ TAVILY_API_KEY= # TOGETHER_API_KEY= # # endregion model_provider -# # 基础配置示例 +# # 数据库基础配置示例 # MYSQL_HOST=192.168.1.100 # MYSQL_USER=username # MYSQL_PASSWORD=your_secure_password @@ -25,8 +23,6 @@ TAVILY_API_KEY= # MYSQL_PORT=3306 # MYSQL_CHARSET=utf8mb4 - - # # region neo4j # NEO4J_URI= # NEO4J_USERNAME= diff --git a/docs/latest/intro/quick-start.md b/docs/latest/intro/quick-start.md index 5a8e8b4b..61a7a12c 100644 --- a/docs/latest/intro/quick-start.md +++ b/docs/latest/intro/quick-start.md @@ -22,7 +22,7 @@ cd Yuxi-Know ::: warning 版本说明 - `v0.3.0`: 稳定版本 -- `v0.3.0`:最新的 Beta 测试版 +- `v0.3.5-beta`:最新的 Beta 测试版 - `main`: 最新开发版本(不稳定,新特性可能会导致新 bug) ::: @@ -37,7 +37,7 @@ cp .env.template .env 编辑 `.env` 文件,配置必需的 API 密钥: -<<< @/../.env.template#model_provider{bash 2} +<<< @/../.env.template#model_provider{bash 5} ::: tip 免费获取 API Key