mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-16 16:04:34 +00:00
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "4.12.x",
|
||||
"title": "4.11.x",
|
||||
"description": "",
|
||||
"pages": ["4120"]
|
||||
"pages": ["4111", "4110"]
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 'V4.12.0(进行中)'
|
||||
title: 'V4.12.0(包含升级脚本)'
|
||||
description: 'FastGPT V4.12.0 更新说明'
|
||||
---
|
||||
|
||||
@@ -7,7 +7,23 @@ description: 'FastGPT V4.12.0 更新说明'
|
||||
|
||||
### 1. 更新镜像:
|
||||
|
||||
### 2. 执行升级脚本
|
||||
- 更新 FastGPT 镜像tag: v4.12.0
|
||||
- 更新 FastGPT 商业版镜像tag: v4.12.0
|
||||
- 更新 fastgpt-plugin 镜像 tag: v0.1.9
|
||||
- mcp_server 无需更新
|
||||
- Sandbox 无需更新
|
||||
- AIProxy 无需更新
|
||||
|
||||
### 2. 修改环境变量
|
||||
|
||||
修改 FastGPT 商业版(fastgpt-pro) 环境变量:
|
||||
|
||||
```sh
|
||||
# 文件阅读时的密钥,与 fastgpt 镜像中环境变量一致
|
||||
FILE_TOKEN_KEY=filetokenkey
|
||||
```
|
||||
|
||||
### 3. 执行升级脚本
|
||||
|
||||
该脚本仅需商业版用户执行。
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "4.11.x",
|
||||
"title": "4.12.x",
|
||||
"description": "",
|
||||
"pages": ["4112", "4111", "4110"]
|
||||
"pages": ["4120"]
|
||||
}
|
||||
|
@@ -4,6 +4,8 @@
|
||||
"description": "FastGPT 版本更新介绍及升级操作",
|
||||
"pages": [
|
||||
"index",
|
||||
"---4.12.x---",
|
||||
"...4-12",
|
||||
"---4.11.x---",
|
||||
"...4-11",
|
||||
"---4.10.x---",
|
||||
|
Reference in New Issue
Block a user