There was an error while loading. Please reload this page.
1 parent 8231d3d commit 8a1a587Copy full SHA for 8a1a587
agent/run_agent.py
@@ -65,4 +65,4 @@ async def process_request(request: CopilotRequest) -> CopilotResponse:
65
66
if __name__ == "__main__":
67
logger.info("Starting Copilot API server...")
68
- uvicorn.run(app, host="https://learn-coding-with-copilotkit.onrender.com", port=8000)
+ uvicorn.run(app, host="0.0.0.0", port=8000)
0 commit comments