Rxm0n / freegpt-webui

GPT 3.5/4 with a Chat Web UI. No API key required.

Home Page:https://freegpt-webui-chimera.ramonvc.repl.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Use a production WSGI server instead.

cupuer007 opened this issue · comments

Translations compiled successfully
Running on 1338

  • Serving Flask app 'run'
  • Debug mode: off
    WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  • Running on all addresses (0.0.0.0)
  • Running on http://127.0.0.1:1338
  • Running on http://172.17.0.4:1338

help me

commented

If the question is to use a production WSGI server instead, you need to change the program's executor to run on the WSGI.

If the question is to use a production WSGI server instead, you need to change the program's executor to run on the WSGI.

Do you have a tutorial?

commented
  • production WSGI server instead.

There are a few different ways to do this. You need to search for "Python Flask with production WSGI server instead."

  • production WSGI server instead.

There are a few different ways to do this. You need to search for "Python Flask with production WSGI server instead."

I am running on 'Docker' on Windows 10, not on Python. How can I modify it to WSGI running on Docker?,

GPT3