Update docs

This commit is contained in:
akhisud3195 2025-02-03 14:02:59 +05:30
parent 0b47361635
commit 9948291dbd
2 changed files with 1 additions and 4 deletions

View file

@ -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).

View file

@ -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?
```
```