From 28b2fa0ba067860ededf7c28e02cea0b14813ae1 Mon Sep 17 00:00:00 2001 From: lihengyu Date: Wed, 7 Jan 2026 18:06:48 +0800 Subject: [PATCH] fix --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.py b/api.py index 443f0e0..be8c202 100644 --- a/api.py +++ b/api.py @@ -620,4 +620,4 @@ async def run_agent(request: AgentRequest): if __name__ == "__main__": import uvicorn - uvicorn.run(app, host="0.0.0.0", port=8001) + uvicorn.run(app, host="0.0.0.0", port=8002)