abenkbp commited on
Commit
877565d
·
1 Parent(s): 9059342
Files changed (1) hide show
  1. chat.py +1 -1
chat.py CHANGED
@@ -38,7 +38,7 @@ def chat_completion():
38
  return jsonify({"status": "error", "message": str(e)})
39
 
40
  def main():
41
- app.run(host='localhost', port=3000)
42
 
43
  if __name__ == "__main__":
44
  main()
 
38
  return jsonify({"status": "error", "message": str(e)})
39
 
40
  def main():
41
+ app.run(host='0.0.0.0', port=3000)
42
 
43
  if __name__ == "__main__":
44
  main()