mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
Update docs
This commit is contained in:
parent
0b47361635
commit
9948291dbd
2 changed files with 1 additions and 4 deletions
|
|
@ -149,8 +149,6 @@ messages = [{"role": "user", "content": "What is my pending payment amount?"}]
|
|||
response_messages, state = client.chat(messages=messages)
|
||||
```
|
||||
|
||||
For more about the SDK, see our [Github Readme for Python SDK](https://github.com/rowboatlabs/rowboat/tree/main/apps/python-sdk).
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -77,5 +77,4 @@ chat = StatefulChat(
|
|||
response = chat.run("Hello, how are you?")
|
||||
print(response)
|
||||
# I'm good, thanks! How can I help you today?
|
||||
```
|
||||
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue