mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 16:36:22 +02:00
Fix python-sdk readme and add docs
This commit is contained in:
parent
ccd21f2e7e
commit
0b47361635
26 changed files with 448 additions and 30 deletions
|
|
@ -81,18 +81,4 @@ chat = StatefulChat(
|
|||
response = chat.run("Hello, how are you?")
|
||||
print(response)
|
||||
# I'm good, thanks! How can I help you today?
|
||||
```
|
||||
|
||||
## API Reference
|
||||
|
||||
### Client
|
||||
|
||||
The `Client` class handles communication with the Rowboat API.
|
||||
|
||||
```python
|
||||
Client(host: str, project_id: str, api_key: str)
|
||||
```
|
||||
|
||||
### StatefulChat
|
||||
|
||||
The `
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue