This commit is contained in:
2026-01-07 18:06:48 +08:00
parent 5ce08c46c2
commit 28b2fa0ba0
+1 -1
View File
@@ -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)