Merge pull request #75 from rowboatlabs/ramnique-patch-1

Fix host in py-sdk usage docs
This commit is contained in:
Ramnique Singh 2025-04-22 12:07:54 +05:30 committed by GitHub
commit 3a831680b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ There are 2 ways to integrate with the agents you create in Rowboat
# Initialize the client
client = Client(
host="<HOST>",
host="http://localhost:3000",
project_id="<PROJECT_ID>",
api_key="<API_KEY>"
)