mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
Merge pull request #75 from rowboatlabs/ramnique-patch-1
Fix host in py-sdk usage docs
This commit is contained in:
commit
3a831680b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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>"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue