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.