4.8.14 test (#3160)

* perf: remove base64 check

* perf: update doc
This commit is contained in:
Archer
2024-11-14 18:33:43 +08:00
committed by GitHub
parent b6d650adfb
commit e8824987fa
5 changed files with 6 additions and 8 deletions

View File

@@ -17,7 +17,11 @@ weight: 811
- 更新 FastGPT 商业版镜像 tag: v4.8.13-fix fastgpt-pro镜像
- Sandbox 镜像,可以不更新
### 3. 调整文件上传编排
### 3. 添加环境变量
- 给 fastgpt 和 fastgpt-pro 镜像添加环境变量:`FE_DOMAIN=http://xx.com`,值为 fastgpt 前端访问地址,注意后面不要加`/`。如果没加到话,图片识别可能会有问题。
### 4. 调整文件上传编排
虽然依然兼容旧版的文件上传编排,但是未来两个版本内将会去除兼容代码,请尽快调整编排,以适应最新的文件上传逻辑。尤其是嵌套应用的文件传递,未来将不会自动传递,必须手动指定传递的文件。