4.9.0 test (#3779)

* model config

* feat: normalization embedding

* remove log

* version doc

* version doc
This commit is contained in:
Archer
2025-02-13 16:27:41 +08:00
committed by GitHub
parent 686b09afd1
commit 7aacce8b0b
4 changed files with 23 additions and 12 deletions

View File

@@ -72,15 +72,15 @@ services:
# fastgpt
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.8.20-fix2 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.20-fix2 # 阿里云
image: ghcr.io/labring/fastgpt-sandbox:v4.8.21 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.21 # 阿里云
networks:
- fastgpt
restart: always
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.8.20-fix2 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.20-fix2 # 阿里云
image: ghcr.io/labring/fastgpt:v4.8.21 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.21 # 阿里云
ports:
- 3000:3000
networks: