mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00
@@ -21,7 +21,7 @@ weight: 813
|
|||||||
"name": "o1-mini",
|
"name": "o1-mini",
|
||||||
"avatar": "/imgs/model/openai.svg",
|
"avatar": "/imgs/model/openai.svg",
|
||||||
"maxContext": 125000,
|
"maxContext": 125000,
|
||||||
"maxResponse": 4000,
|
"maxResponse": 65000,
|
||||||
"quoteMaxToken": 120000,
|
"quoteMaxToken": 120000,
|
||||||
"maxTemperature": 1.2,
|
"maxTemperature": 1.2,
|
||||||
"charsPointsPrice": 0,
|
"charsPointsPrice": 0,
|
||||||
@@ -50,7 +50,7 @@ weight: 813
|
|||||||
"name": "o1-preview",
|
"name": "o1-preview",
|
||||||
"avatar": "/imgs/model/openai.svg",
|
"avatar": "/imgs/model/openai.svg",
|
||||||
"maxContext": 125000,
|
"maxContext": 125000,
|
||||||
"maxResponse": 4000,
|
"maxResponse": 32000,
|
||||||
"quoteMaxToken": 120000,
|
"quoteMaxToken": 120000,
|
||||||
"maxTemperature": 1.2,
|
"maxTemperature": 1.2,
|
||||||
"charsPointsPrice": 0,
|
"charsPointsPrice": 0,
|
||||||
|
@@ -114,15 +114,15 @@ services:
|
|||||||
# fastgpt
|
# fastgpt
|
||||||
sandbox:
|
sandbox:
|
||||||
container_name: sandbox
|
container_name: sandbox
|
||||||
image: ghcr.io/labring/fastgpt-sandbox:latest # git
|
image: ghcr.io/labring/fastgpt-sandbox:v4.8.11 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:latest # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.11 # 阿里云
|
||||||
networks:
|
networks:
|
||||||
- fastgpt
|
- fastgpt
|
||||||
restart: always
|
restart: always
|
||||||
fastgpt:
|
fastgpt:
|
||||||
container_name: fastgpt
|
container_name: fastgpt
|
||||||
image: ghcr.io/labring/fastgpt:v4.8.9 # git
|
image: ghcr.io/labring/fastgpt:v4.8.11 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.9 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.11 # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
networks:
|
networks:
|
||||||
|
@@ -72,15 +72,15 @@ services:
|
|||||||
# fastgpt
|
# fastgpt
|
||||||
sandbox:
|
sandbox:
|
||||||
container_name: sandbox
|
container_name: sandbox
|
||||||
image: ghcr.io/labring/fastgpt-sandbox:latest # git
|
image: ghcr.io/labring/fastgpt-sandbox:4.8.11 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:latest # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:4.8.11 # 阿里云
|
||||||
networks:
|
networks:
|
||||||
- fastgpt
|
- fastgpt
|
||||||
restart: always
|
restart: always
|
||||||
fastgpt:
|
fastgpt:
|
||||||
container_name: fastgpt
|
container_name: fastgpt
|
||||||
image: ghcr.io/labring/fastgpt:v4.8.9 # git
|
image: ghcr.io/labring/fastgpt:v4.8.11 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.9 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.11 # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
networks:
|
networks:
|
||||||
|
@@ -53,15 +53,15 @@ services:
|
|||||||
wait $$!
|
wait $$!
|
||||||
sandbox:
|
sandbox:
|
||||||
container_name: sandbox
|
container_name: sandbox
|
||||||
image: ghcr.io/labring/fastgpt-sandbox:latest # git
|
image: ghcr.io/labring/fastgpt-sandbox:v4.8.11 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:latest # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.11 # 阿里云
|
||||||
networks:
|
networks:
|
||||||
- fastgpt
|
- fastgpt
|
||||||
restart: always
|
restart: always
|
||||||
fastgpt:
|
fastgpt:
|
||||||
container_name: fastgpt
|
container_name: fastgpt
|
||||||
image: ghcr.io/labring/fastgpt:v4.8.9 # git
|
image: ghcr.io/labring/fastgpt:v4.8.11 # git
|
||||||
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.9 # 阿里云
|
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.11 # 阿里云
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
networks:
|
networks:
|
||||||
|
@@ -62,7 +62,7 @@
|
|||||||
"name": "o1-mini",
|
"name": "o1-mini",
|
||||||
"avatar": "/imgs/model/openai.svg",
|
"avatar": "/imgs/model/openai.svg",
|
||||||
"maxContext": 125000,
|
"maxContext": 125000,
|
||||||
"maxResponse": 4000,
|
"maxResponse": 65000,
|
||||||
"quoteMaxToken": 120000,
|
"quoteMaxToken": 120000,
|
||||||
"maxTemperature": 1.2,
|
"maxTemperature": 1.2,
|
||||||
"charsPointsPrice": 0,
|
"charsPointsPrice": 0,
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
"name": "o1-preview",
|
"name": "o1-preview",
|
||||||
"avatar": "/imgs/model/openai.svg",
|
"avatar": "/imgs/model/openai.svg",
|
||||||
"maxContext": 125000,
|
"maxContext": 125000,
|
||||||
"maxResponse": 4000,
|
"maxResponse": 32000,
|
||||||
"quoteMaxToken": 120000,
|
"quoteMaxToken": 120000,
|
||||||
"maxTemperature": 1.2,
|
"maxTemperature": 1.2,
|
||||||
"charsPointsPrice": 0,
|
"charsPointsPrice": 0,
|
||||||
|
Reference in New Issue
Block a user