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)