Skip to content

Commit

Permalink
fix:run on 80
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Mar 19, 2024
1 parent 01cbdf2 commit 59f3c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def run_langchain_chat(input_data: ChatData):
# run main.py to debug backend
import uvicorn

uvicorn.run(app, host="0.0.0.0", port=5050)
uvicorn.run(app, host="0.0.0.0", port=80)

0 comments on commit 59f3c3b

Please sign in to comment.