Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FranardoHuang committed Jun 20, 2024
1 parent a7a649b commit 49e27a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ai_course_bot/ai-chatbot-backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def root():
return response

if __name__ == "__main__":
uvicorn.run("main:app", host="128.32.43.233", port=8000, reload=False)
uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=False)
1 change: 0 additions & 1 deletion ai_course_bot/ai-chatbot-backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
fastapi==0.111.0
FlagEmbedding==1.2.9
FlagEmbedding==1.2.10
numpy==1.26.4
openai==1.31.0
Expand Down

0 comments on commit 49e27a2

Please sign in to comment.