Skip to content

Commit 3a83168

Browse files
authored
Merge pull request #75 from rowboatlabs/ramnique-patch-1
Fix host in py-sdk usage docs
2 parents 6f304e6 + 6116a3e commit 3a83168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ There are 2 ways to integrate with the agents you create in Rowboat
7373

7474
# Initialize the client
7575
client = Client(
76-
host="<HOST>",
76+
host="http://localhost:3000",
7777
project_id="<PROJECT_ID>",
7878
api_key="<API_KEY>"
7979
)

0 commit comments

Comments
 (0)