Skip to content

Commit 967014a

Browse files
committed
docs: 优化环境变量和git版本
1 parent 7db4071 commit 967014a

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.env.template

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ MODEL_DIR=./models
22
SAVE_DIR=./saves
33

44
# region model_provider
5-
# 推荐使用硅基流动免费服务
6-
SILICONFLOW_API_KEY=
7-
# 获取搜索服务的 api key 请访问 https://app.tavily.com/
8-
TAVILY_API_KEY=
5+
SILICONFLOW_API_KEY= # 推荐使用硅基流动免费服务 https://cloud.siliconflow.cn/i/Eo5yTHGJ
6+
TAVILY_API_KEY= # 获取搜索服务的 api key 请访问 https://app.tavily.com/
97

108
# # 其余可选配置
119
# OPENAI_API_KEY=
@@ -17,16 +15,14 @@ TAVILY_API_KEY=
1715
# TOGETHER_API_KEY=
1816
# # endregion model_provider
1917

20-
# # 基础配置示例
18+
# # 数据库基础配置示例
2119
# MYSQL_HOST=192.168.1.100
2220
# MYSQL_USER=username
2321
# MYSQL_PASSWORD=your_secure_password
2422
# MYSQL_DATABASE=database_name
2523
# MYSQL_PORT=3306
2624
# MYSQL_CHARSET=utf8mb4
2725

28-
29-
3026
# # region neo4j
3127
# NEO4J_URI=
3228
# NEO4J_USERNAME=

docs/latest/intro/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cd Yuxi-Know
2222

2323
::: warning 版本说明
2424
- `v0.3.0`: 稳定版本
25-
- `v0.3.0`:最新的 Beta 测试版
25+
- `v0.3.5-beta`:最新的 Beta 测试版
2626
- `main`: 最新开发版本(不稳定,新特性可能会导致新 bug)
2727
:::
2828

@@ -37,7 +37,7 @@ cp .env.template .env
3737
编辑 `.env` 文件,配置必需的 API 密钥:
3838

3939

40-
<<< @/../.env.template#model_provider{bash 2}
40+
<<< @/../.env.template#model_provider{bash 5}
4141

4242

4343
::: tip 免费获取 API Key

0 commit comments

Comments
 (0)