From db32ee26c1c17c466906251031cd4d342ddc7a8d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Nov 2024 09:43:49 -0400 Subject: [PATCH] Update table headers in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f4b53c..344660f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ With Simplemind, tapping into AI is as easy as a friendly conversation. The APIs remain identical between all supported providers / models: -| Provider Name | `llm_provider` | `llm_model` (default)| +| | `llm_provider` | `llm_model` (default)| |---------------|----------------|-----------------------| | [Anthropic's Claude](https://www.anthropic.com/claude) | `"anthropic"` | `"claude-3-sonnet-20241022"` | | [Amazon's Bedrock](https://aws.amazon.com/bedrock/) | `"amazon"` | `"anthropic.claude-3-sonnet-20240229-v1:0"` |