From a174e60a1e44c91e2b8bcc64cced1b1b3c3f8f51 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Nov 2024 08:54:37 -0400 Subject: [PATCH] Refactor README.md to remove duplicate entry for Amazon Bedrock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f87a9..97b0e87 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ With Simplemind, tapping into AI is as easy as a friendly conversation. To specify a specific provider or model, you can use the `llm_provider` and `llm_model` parameters when calling: `generate_text`, `generate_data`, or `create_conversation`. The APIs remain identital between all supported providers/models. - [**Anthropic's Claude**](https://www.anthropic.com/claude) +- [**Amazon Bedrock**](https://aws.amazon.com/bedrock/) - [**Google's Gemini**](https://gemini.google/) - [**Groq's Groq**](https://groq.com/) - [**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!