From 542677cffdcf963ec0c7f99cca3a3e186d3ab4aa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Nov 2024 09:21:02 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a0da6c..0290175 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ 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 identital between all supported providers/models. +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 identital between all supported providers/models. - [**Anthropic's Claude**](https://www.anthropic.com/claude) - [**Amazon's Bedrock**](https://aws.amazon.com/bedrock/)