From 59f3c3bffbfc36e3e45d62694e695001312d9fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E6=B2=89?= Date: Tue, 19 Mar 2024 22:24:05 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Arun=20on=2080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.py b/server/app.py index d827f101..d79ab8a0 100644 --- a/server/app.py +++ b/server/app.py @@ -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)