osmanYusuf commited on
Commit
31e0768
1 Parent(s): 7f65b9c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -166,5 +166,5 @@ async def delete_chat(chat_id: str):
166
  return {"message": "Chat deleted successfully"}
167
 
168
  if __name__ == "__main__":
169
- uvicorn.run(app, host="0.0.0.0", port=container_2:8000'
170
  )
 
166
  return {"message": "Chat deleted successfully"}
167
 
168
  if __name__ == "__main__":
169
+ uvicorn.run(app, host="0.0.0.0", port=container_2:8006'
170
  )