From d591125eb893714f7ee40de6d94a48f57580df80 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Nov 2024 09:36:05 -0400 Subject: [PATCH] got i hate markdown tables --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16a7cdd..988d7f3 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ To specify a specific provider or model, you can use the `llm_provider` and `llm The APIs remain identical between all supported providers / models: -| Name | `llm_provider` | `llm_model` (default)| -|------|----------------|----------------------| +| Provider Name | `llm_provider` | `llm_model` (default)| +|---------------|----------------|-----------------------| | [Anthropic's Claude](https://www.anthropic.com/claude) | `"anthropic"` | `"claude-3-sonnet-20240229"` | | [Amazon's Bedrock](https://aws.amazon.com/bedrock/) | `"amazon"` | `"anthropic.claude-3-sonnet-20240229-v1:0"` | | [Google's Gemini](https://gemini.google/) | `"gemini"` | `"models/gemini-1.5-pro"` |