You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #Deployment commands: gunicorn chatGPT_Web:app -c gunicorn_config.py
-
- bind = '0.0.0.0:5001' # your IP:PORT
- worker_class = 'gevent'
- worker_connections = 1000
- workers = 1 # Number of worker processes
- timeout = 60
- loglevel = 'debug'
|