Euryeth commited on
Commit
3ce5700
·
verified ·
1 Parent(s): ba65e9c

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -25,4 +25,4 @@ def chat_completions():
25
  return jsonify({"error": str(e)}), 500
26
 
27
  if __name__ == '__main__':
28
- app.run(host='3.7.9.1', port=8081) # Note port 8081
 
25
  return jsonify({"error": str(e)}), 500
26
 
27
  if __name__ == '__main__':
28
+ app.run(host='0.0.0.0', port=8081) # Note port 8081