feat: 豆包模型代理

This commit is contained in:
martsforever
2026-03-31 13:31:15 +08:00
parent 371081c52a
commit cedd5d7919
+1 -1
View File
@@ -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)