mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
deploy doc (#6100)
Some checks failed
Build FastGPT images in Personal warehouse / get-vars (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Blocked by required conditions
Document deploy / sync-images (push) Has been cancelled
Document deploy / generate-timestamp (push) Has been cancelled
Document deploy / build-images (map[domain:https://fastgpt.cn suffix:cn]) (push) Has been cancelled
Document deploy / build-images (map[domain:https://fastgpt.io suffix:io]) (push) Has been cancelled
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.cn kube_config:KUBE_CONFIG_CN suffix:cn]) (push) Has been cancelled
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.io kube_config:KUBE_CONFIG_IO suffix:io]) (push) Has been cancelled
Some checks failed
Build FastGPT images in Personal warehouse / get-vars (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Blocked by required conditions
Document deploy / sync-images (push) Has been cancelled
Document deploy / generate-timestamp (push) Has been cancelled
Document deploy / build-images (map[domain:https://fastgpt.cn suffix:cn]) (push) Has been cancelled
Document deploy / build-images (map[domain:https://fastgpt.io suffix:io]) (push) Has been cancelled
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.cn kube_config:KUBE_CONFIG_CN suffix:cn]) (push) Has been cancelled
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.io kube_config:KUBE_CONFIG_IO suffix:io]) (push) Has been cancelled
* deploy doc * name
This commit is contained in:
parent
0e3676579d
commit
71936eeb1d
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"tags": {
|
||||
"fastgpt": "v4.14.3",
|
||||
"fastgpt-sandbox": "v4.14.3",
|
||||
"fastgpt-mcp_server": "v4.14.3",
|
||||
"fastgpt-plugin": "v0.3.3",
|
||||
"fastgpt": "v4.14.4",
|
||||
"fastgpt-sandbox": "v4.14.4",
|
||||
"fastgpt-mcp_server": "v4.14.4",
|
||||
"fastgpt-plugin": "v0.3.4",
|
||||
"aiproxy": "v0.3.2",
|
||||
"aiproxy-pg": "0.8.0-pg15",
|
||||
"mongo": "5.0.18",
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ services:
|
|||
retries: 3
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.4
|
||||
ports:
|
||||
- 3002:3000
|
||||
networks:
|
||||
|
|
@ -144,7 +144,7 @@ services:
|
|||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.4
|
||||
ports:
|
||||
- 3005:3000
|
||||
networks:
|
||||
|
|
@ -153,7 +153,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ services:
|
|||
retries: 3
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.4
|
||||
ports:
|
||||
- 3002:3000
|
||||
networks:
|
||||
|
|
@ -144,7 +144,7 @@ services:
|
|||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.4
|
||||
ports:
|
||||
- 3005:3000
|
||||
networks:
|
||||
|
|
@ -153,7 +153,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.3
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -227,13 +227,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -242,7 +242,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -204,13 +204,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -219,7 +219,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -185,13 +185,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -200,7 +200,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -168,13 +168,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -183,7 +183,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.3 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -227,13 +227,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -242,7 +242,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.3
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.3 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -204,13 +204,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -219,7 +219,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.3
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.3 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -185,13 +185,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -200,7 +200,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.3
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.3 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -168,13 +168,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -183,7 +183,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.3
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -1,14 +1,18 @@
|
|||
---
|
||||
title: 'V4.14.4(进行中)'
|
||||
title: 'V4.14.4'
|
||||
description: 'FastGPT V4.14.4 更新说明'
|
||||
---
|
||||
|
||||
|
||||
## 更新指南
|
||||
|
||||
### 1. 更新镜像:
|
||||
|
||||
|
||||
- 更新 FastGPT 镜像tag: v4.14.4
|
||||
- 更新 FastGPT 商业版镜像tag: v4.14.4
|
||||
- 更新 fastgpt-plugin 镜像 tag: v0.3.4
|
||||
- mcp_server 无需更新
|
||||
- Sandbox 无需更新
|
||||
- AIProxy 无需更新
|
||||
|
||||
### 2. 执行升级脚本
|
||||
|
||||
|
|
@ -76,9 +80,9 @@ curl --location --request POST 'https://{{host}}/api/admin/initv4144' \
|
|||
|
||||
## 插件
|
||||
|
||||
1. 新增 GLM4.6 与 DS3.2 系列模型预设。
|
||||
2. 修复 MinerU SaaS 插件模型版本不能选择 vlm 的问题
|
||||
3. 修复微信公众号插件批量上传 markdown 参数传递问题
|
||||
4. 新增获取微信公众号草稿箱列表工具
|
||||
5. markdown 转文件支持自定义文件名
|
||||
6. 修复 import cache 导致的插件无法被更新的问题
|
||||
1. 新增 - GLM4.6 与 DS3.2 系列模型预设。
|
||||
2. 修复 - MinerU SaaS 插件模型版本不能选择 vlm 的问题
|
||||
3. 修复 - 微信公众号插件批量上传 markdown 参数传递问题
|
||||
4. 新增 - 获取微信公众号草稿箱列表工具
|
||||
5. 优化 - markdown 转文件支持自定义文件名
|
||||
6. 修复 - import cache 导致的插件无法被更新的问题
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@
|
|||
"document/content/docs/upgrading/4-14/4141.mdx": "2025-11-19T10:15:27+08:00",
|
||||
"document/content/docs/upgrading/4-14/4142.mdx": "2025-11-18T19:27:14+08:00",
|
||||
"document/content/docs/upgrading/4-14/4143.mdx": "2025-11-26T20:52:05+08:00",
|
||||
"document/content/docs/upgrading/4-14/4144.mdx": "2025-12-15T23:36:54+08:00",
|
||||
"document/content/docs/upgrading/4-14/4144.mdx": "2025-12-16T01:50:09+08:00",
|
||||
"document/content/docs/upgrading/4-8/40.mdx": "2025-08-02T19:38:37+08:00",
|
||||
"document/content/docs/upgrading/4-8/41.mdx": "2025-08-02T19:38:37+08:00",
|
||||
"document/content/docs/upgrading/4-8/42.mdx": "2025-08-02T19:38:37+08:00",
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -227,13 +227,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -242,7 +242,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -204,13 +204,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -219,7 +219,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -185,13 +185,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -200,7 +200,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -168,13 +168,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -183,7 +183,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.3 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -227,13 +227,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -242,7 +242,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.3
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.3 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -204,13 +204,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -219,7 +219,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.3
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.3 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -185,13 +185,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -200,7 +200,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.3
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ services:
|
|||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.3 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.4 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
@ -168,13 +168,13 @@ services:
|
|||
- ./config.json:/app/data/config.json
|
||||
sandbox:
|
||||
container_name: sandbox
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-sandbox:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
restart: always
|
||||
fastgpt-mcp-server:
|
||||
container_name: fastgpt-mcp-server
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
|
||||
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.4
|
||||
networks:
|
||||
- fastgpt
|
||||
ports:
|
||||
|
|
@ -183,7 +183,7 @@ services:
|
|||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.3
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.3.4
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ const BillDetailModal = ({ billId, onClose }: BillDetailModalProps) => {
|
|||
items.push({
|
||||
key: i18nT('account:max_dataset_size'),
|
||||
value: config.maxDatasetSize,
|
||||
unit: 'GB'
|
||||
unit: ''
|
||||
});
|
||||
}
|
||||
if (config.chatHistoryStoreDuration !== undefined) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue