abenkbp commited on
Commit
72274bb
·
verified ·
1 Parent(s): 877565d

Update chat.py

Browse files
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='0.0.0.0', 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=7050)
42
 
43
  if __name__ == "__main__":
44
  main()