set the enable status for adding new api key with default value true

This commit is contained in:
RockYang
2024-04-07 10:17:10 +08:00
parent c2a7c089d2
commit 7f0b6a3a46
6 changed files with 845 additions and 36 deletions

View File

@@ -53,7 +53,7 @@ services:
# 后端 API 程序
chatgpt-plus-api:
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/chatgpt-plus-api:v4.0.1-amd64
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/chatgpt-plus-api:v4.0.2-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.1-amd64
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/chatgpt-plus-web:v4.0.2-amd64
container_name: chatgpt-plus-web
restart: always
depends_on: