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