VectorsCrib / WebSimAI_open

A local version of WebSim.AI, the prompt to webpage engine. Infinite possibilities to cure your boredom. ( I made it so you dont have to.... Youll thank me later)
GNU General Public License v3.0
39 stars 15 forks source link

Change port? #2

Closed techcow2 closed 3 months ago

techcow2 commented 4 months ago

How can I change it from port 5000 to something else?

genwch commented 4 months ago

need to update main.py from app.run(debug=True) to app.run(host="0.0.0.0", port=8000, debug=True)

techcow2 commented 3 months ago

thank you