From 62a68aafc6646dbb3bdc73a91871d805e7d536e2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 29 Oct 2024 07:32:20 -0400 Subject: [PATCH] test --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ba0e8a..5d96d37 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,14 @@ $ pip install simplemind ## Supported APIs +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`. + - **[OpenAI's GPT](https://openai.com/gpt)** - **[Anthropic's Claude](https://www.anthropic.com/claude)** - **[xAI's Grok](https://x.ai/)** - **[Groq's Groq](https://groq.com/)** -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`. +If you'd like to see SimpleMind support additional providers or models, please send a pull request! ## Why SimpleMind? - **Intuitive**: Built with Pythonic simplicity and readability in mind.