Refined UI,code logic for improved user experience

This commit is contained in:
2023-06-23 20:07:43 +08:00
parent 8420085fb1
commit 6711506acd
16 changed files with 170 additions and 320 deletions
+2 -4
View File
@@ -6,10 +6,8 @@ services:
dockerfile: Dockerfile
image: chatgpt-pro:1.0
container_name: chatgpt-pro-prod
# Set the environment variables for production
environment:
- OPENAI_API_KEY=$OPENAI_API_KEY
- BASE_URL=$BASE_URL
# Set the environment variables from .env file
env_file: .env
ports:
- 8038:3000
command: /run-app.sh