SaturnSeries / saturn.chat

GNU Affero General Public License v3.0
4 stars 2 forks source link

fixed websocket && autogen #15

Open MarkWasfy00 opened 4 months ago

mrrobot16 commented 4 months ago

Hey Mark, things are running well.

Though we should address this warning.


 * Serving Flask app 'ws2'
 * 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 http://127.0.0.1:8000```
MarkWasfy00 commented 4 months ago

pip install gunicorn

gunicorn -w 4 -b 0.0.0.0:8000 ws2:app

MarkWasfy00 commented 4 months ago

That will run gunicorn instead of flask dev server

MarkWasfy00 commented 4 months ago

Just fixed the issue of the autogen Icon error, it will now send the image path with message request in the backend