compatible freeGPT35 API

This commit is contained in:
RockYang
2024-04-15 21:03:19 +08:00
parent 0d5b4936bd
commit d9ff3242c6
2 changed files with 7 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ services:
# 后端 API 程序
chatgpt-plus-api:
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/chatgpt-plus-api:v4.0.2-amd64
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/chatgpt-plus-api:v4.0.3-amd64
container_name: chatgpt-plus-api
restart: always
depends_on:
@@ -76,7 +76,7 @@ services:
# 前端应用
chatgpt-plus-web:
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/chatgpt-plus-web:v4.0.2-amd64
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/chatgpt-plus-web:v4.0.3-amd64
container_name: chatgpt-plus-web
restart: always
depends_on: