mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-16 08:01:18 +00:00
@@ -151,8 +151,8 @@ services:
|
|||||||
|
|
||||||
fastgpt:
|
fastgpt:
|
||||||
container_name: fastgpt
|
container_name: fastgpt
|
||||||
image: ghcr.io/labring/fastgpt:v4.10.1 # git
|
image: ghcr.io/labring/fastgpt:v4.10.1-fix # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
networks:
|
networks:
|
||||||
|
@@ -126,8 +126,8 @@ services:
|
|||||||
|
|
||||||
fastgpt:
|
fastgpt:
|
||||||
container_name: fastgpt
|
container_name: fastgpt
|
||||||
image: ghcr.io/labring/fastgpt:v4.10.1 # git
|
image: ghcr.io/labring/fastgpt:v4.10.1-fix # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
networks:
|
networks:
|
||||||
|
@@ -112,8 +112,8 @@ services:
|
|||||||
|
|
||||||
fastgpt:
|
fastgpt:
|
||||||
container_name: fastgpt
|
container_name: fastgpt
|
||||||
image: ghcr.io/labring/fastgpt:v4.10.1 # git
|
image: ghcr.io/labring/fastgpt:v4.10.1-fix # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
networks:
|
networks:
|
||||||
|
@@ -92,8 +92,8 @@ services:
|
|||||||
|
|
||||||
fastgpt:
|
fastgpt:
|
||||||
container_name: fastgpt
|
container_name: fastgpt
|
||||||
image: ghcr.io/labring/fastgpt:v4.10.1 # git
|
image: ghcr.io/labring/fastgpt:v4.10.1-fix # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
networks:
|
networks:
|
||||||
|
@@ -95,8 +95,8 @@ services:
|
|||||||
|
|
||||||
fastgpt:
|
fastgpt:
|
||||||
container_name: fastgpt
|
container_name: fastgpt
|
||||||
image: ghcr.io/labring/fastgpt:v4.10.1 # git
|
image: ghcr.io/labring/fastgpt:v4.10.1-fix # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
networks:
|
networks:
|
||||||
|
@@ -11,9 +11,9 @@ weight: 784
|
|||||||
|
|
||||||
### 1. 更新镜像:
|
### 1. 更新镜像:
|
||||||
|
|
||||||
- 更新 FastGPT 镜像
|
- 更新 FastGPT 镜像tag: v4.10.1-fix
|
||||||
- 更新 FastGPT 商业版镜像
|
- 更新 FastGPT 商业版镜像tag: v4.10.1
|
||||||
- 更新 fastgpt-plugin 镜像
|
- 更新 fastgpt-plugin 镜像 tag: v0.1.3
|
||||||
- mcp_server 无需更新
|
- mcp_server 无需更新
|
||||||
- Sandbox 无需更新
|
- Sandbox 无需更新
|
||||||
- AIProxy 无需更新
|
- AIProxy 无需更新
|
||||||
|
@@ -96,7 +96,7 @@ export const dispatchRunTool = async (props: RunToolProps): Promise<RunToolRespo
|
|||||||
},
|
},
|
||||||
tool: {
|
tool: {
|
||||||
id: formatToolId,
|
id: formatToolId,
|
||||||
version
|
version: version || tool.versionList?.[0]?.value || ''
|
||||||
},
|
},
|
||||||
time: variables.cTime
|
time: variables.cTime
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user