From e8c5ebc6a8c05049ed896e2d041c70e896b44d4e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Nov 2024 09:48:19 -0400 Subject: [PATCH] Update table headers and add information about specifying provider or model in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f7f002..39c8c98 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: @@ -67,6 +65,8 @@ The APIs remain identical 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`. + If you want to see Simplemind support additional providers or models, please send a pull request! ## Quickstart