Closed AI-Study-Han closed 1 year ago
Sorry, it seems like this is the same issue as #2 (the API did not work with the larger models). I have updated the code to work with the larger models now. Please let me know if it works for you now
Based on #2 this seems to be solved.
Run
./run_api.sh HOST PORT
to run it on a different port. For example./run_api.sh 127.0.0.1 5151
to run it on the port 5151. Use0.0.0.0
as the host if you want it to be accessible over the internet.