From f19263d309183d7572bc5c8a7a392d6389edee09 Mon Sep 17 00:00:00 2001 From: Stan Zubarev Date: Thu, 31 Oct 2024 20:49:13 -0400 Subject: [PATCH] update reaadme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7728df2..cedcd16 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,12 @@ To specify a specific provider or model, you can use the `llm_provider` and `llm - [**Ollama**](https://ollama.com) - [**OpenAI's GPT**](https://openai.com/gpt) - [**xAI's Grok**](https://x.ai/) +- [**Amazon Bedrock**](https://aws.amazon.com/bedrock/) If you want to see Simplemind support, additional providers or models, please send a pull request! ## Why SimpleMind? + - **Intuitive**: Built with Pythonic simplicity and readability in mind. - **For Humans**: Emphasizes a human-friendly interface, just like `requests` for HTTP. - **Open Source**: Simplemind is open source, and contributions are always welcome! @@ -56,7 +58,6 @@ Next, import Simplemind and start using it: import simplemind as sm ``` - ## Examples Here are some examples of how to use Simplemind: @@ -163,6 +164,7 @@ conversation.add_message( text="Please write a poem about the moon", ) ``` + ```pycon >>> conversation.send() In the vast expanse where stars do play, @@ -200,9 +202,10 @@ Simple, yet effective. Please see the [examples](examples) directory for executable examples. -------------------- +--- ## Contributing + We welcome contributions of all kinds. Feel free to open issues for bug reports or feature requests, and submit pull requests to make SimpleMind even better. To get started: @@ -213,8 +216,9 @@ To get started: 4. Submit a pull request. ## License + Simplemind is licensed under the Apache 2.0 License. ## Acknowledgements -Simplemind is inspired by the philosophy of "code for humans" and aims to make working with AI models accessible to all. Special thanks to the open-source community for their contributions and inspiration. +Simplemind is inspired by the philosophy of "code for humans" and aims to make working with AI models accessible to all. Special thanks to the open-source community for their contributions and inspiration.