Update README.md

This commit is contained in:
Ramnique Singh 2025-04-22 12:03:45 +05:30 committed by GitHub
parent 6f304e6e71
commit 6116a3ec99
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>"
)