ngandugilbert commited on
Commit
1dfb74e
·
verified ·
1 Parent(s): cc6a799

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,4 +70,4 @@ async def chat_completions(request: ChatCompletionRequest):
70
 
71
  # Run this file directly
72
  if __name__ == "__main__":
73
- uvicorn.run("app:app", host="52.44.98.165", port=8000, reload=True)
 
70
 
71
  # Run this file directly
72
  if __name__ == "__main__":
73
+ uvicorn.run("app:app", host="0.0.0.0", port=8000, reload=True)