From cedd5d79190ca54bc01b7a6e1bb05e0b8cdab4d5 Mon Sep 17 00:00:00 2001 From: martsforever Date: Tue, 31 Mar 2026 13:31:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B1=86=E5=8C=85=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ca6ec42..2f1c2de 100644 --- a/main.py +++ b/main.py @@ -119,7 +119,7 @@ model = init_chat_model( streaming=False ) -add_routes(app=app, runnable=model, path="/qwen") +add_routes(app=app, runnable=model, path="/doubao") add_test_route(app)