tianlong12 commited on
Commit
8c57676
1 Parent(s): a277fc5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -490,4 +490,4 @@ app = web.Application()
490
  app.router.add_post('/hf/v1/chat/completions', handle_request)
491
 
492
  if __name__ == '__main__':
493
- web.run_app(app, host='0.0.0.0', port=6666)
 
490
  app.router.add_post('/hf/v1/chat/completions', handle_request)
491
 
492
  if __name__ == '__main__':
493
+ web.run_app(app, host='0.0.0.0', port=7860)