ViperX7/Alpaca-Turbo

Localhost Only?

z3Nsk1Fh5a opened this issue · 3 comments

Trying to figure out how to use this without it launching for anyone online to use.

@Ghee36 It's localhost only by default.

To limit the access to localhost only, you can change the host value at line 224 of the file api.py from host="0.0.0.0" to host="127.0.0.1"

find "localhost:5000" in Templates/main.###.js
Then change to your IP or 0.0.0.0:5000