From 9948291dbd61313cec6bcb34b59426877746c90b Mon Sep 17 00:00:00 2001 From: akhisud3195 Date: Mon, 3 Feb 2025 14:02:59 +0530 Subject: [PATCH] Update docs --- apps/docs/docs/installation.md | 2 -- apps/docs/docs/using_the_sdk.md | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/docs/docs/installation.md b/apps/docs/docs/installation.md index 4431f096..7840db5f 100644 --- a/apps/docs/docs/installation.md +++ b/apps/docs/docs/installation.md @@ -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). - diff --git a/apps/docs/docs/using_the_sdk.md b/apps/docs/docs/using_the_sdk.md index a15f82ae..be242766 100644 --- a/apps/docs/docs/using_the_sdk.md +++ b/apps/docs/docs/using_the_sdk.md @@ -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? -``` - +``` \ No newline at end of file