From e931fd0eae05e9418862ccebb6cba8fc85458ed9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 Oct 2024 13:19:22 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e45fed..e3c7a4a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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`. +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 API remains constant amongst all providers provided. - [**Anthropic's Claude**](https://www.anthropic.com/claude) - [**Google's Gemini**](https://gemini.google/)