From 3505c8758dd44d53740592fa7303955403a181d6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 Oct 2024 13:10:17 -0400 Subject: [PATCH] docs: Remove Google Gemini provider from README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6244732..5cbb63b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ 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`. - [**Anthropic's Claude**](https://www.anthropic.com/claude) +- [**Google's Gemini**](https://gemini.google/) - [**Groq's Groq**](https://groq.com/) - [**Ollama**](https://ollama.com) - [**OpenAI's GPT**](https://openai.com/gpt)