Merge pull request #9 from rowboatlabs/dev

PR: Update docs
This commit is contained in:
Akhilesh Sudhakar 2025-02-03 14:03:43 +05:30 committed by GitHub
commit 743fd7ad46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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?
```
```