Change the functionality of custom API key to be controlled by the admin panel to determine whether it is enabled or not.

This commit is contained in:
Rafi
2023-03-24 15:43:01 +08:00
parent 4d09ff7c8a
commit 288c9eeeca
5 changed files with 13 additions and 5 deletions

View File

@@ -101,7 +101,6 @@ services:
- NUXT_PUBLIC_APP_NAME='ChatGPT UI' # App name
- NUXT_PUBLIC_TYPEWRITER=true # Enable typewriter effect, default is false
- NUXT_PUBLIC_TYPEWRITER_DELAY=100 # Typewriter effect delay time, default is 50ms
- NUXT_PUBLIC_CUSTOM_API_KEY=false # [true|false] Whether to enable the API Key setting module (default: false)
depends_on:
- backend-web-server
ports: