Update README.md

This commit is contained in:
2024-11-01 09:39:51 -04:00
committed by GitHub
parent ef01ce2f22
commit 8797c9e82f
+2 -2
View File
@@ -16,8 +16,6 @@ With Simplemind, tapping into AI is as easy as a friendly conversation.
## 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`.
The APIs remain identical between all supported providers / models:
| Provider Name | `llm_provider` | `llm_model` (default)|
@@ -30,6 +28,8 @@ The APIs remain identical between all supported providers / models:
| [OpenAI's GPT](https://openai.com/gpt) | `"openai"` | `"gpt-4o-mini"` |
| [xAI's Grok](https://x.ai/) | `"xai"` | `"grok-beta"` |
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 want to see Simplemind support additional providers or models, please send a pull request!
## Quickstart