From 8797c9e82f5e11730359cf11aaa2f31201f050ec Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Nov 2024 09:39:51 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acedcba..5f4b53c 100644 --- a/README.md +++ b/README.md @@ -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