From 6116a3ec999cbe834059eed58845514e7ea45378 Mon Sep 17 00:00:00 2001 From: Ramnique Singh <30795890+ramnique@users.noreply.github.com> Date: Tue, 22 Apr 2025 12:03:45 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27e3d39f..7d690675 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ There are 2 ways to integrate with the agents you create in Rowboat # Initialize the client client = Client( - host="", + host="http://localhost:3000", project_id="", api_key="" )