Skip to content

Commit 8a1a587

Browse files
committed
service-update
Signed-off-by: Arya Pratap Singh <notaryasingh@gmail.com>
1 parent 8231d3d commit 8a1a587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/run_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ async def process_request(request: CopilotRequest) -> CopilotResponse:
6565

6666
if __name__ == "__main__":
6767
logger.info("Starting Copilot API server...")
68-
uvicorn.run(app, host="https://learn-coding-with-copilotkit.onrender.com", port=8000)
68+
uvicorn.run(app, host="0.0.0.0", port=8000)

0 commit comments

Comments
 (0)