use pipeline port

This commit is contained in:
2026-02-10 19:36:59 +08:00
parent 9bf30d8871
commit fa90155f98
2 changed files with 2 additions and 2 deletions

View File

@@ -324,7 +324,7 @@ if __name__ == "__main__":
uvicorn.run(
"server_dashscope:app",
host="0.0.0.0",
port=8588,
port=pipeline_config.port,
reload=True,
)