From d8fce7b6d9fea3aad221f48b0fe05db9920cd670 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Nov 2024 09:32:52 -0400 Subject: [PATCH] Update Ollama model version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09c0abe..3b3c65a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The APIs remain identical between all supported providers / models: | [Amazon's Bedrock](https://aws.amazon.com/bedrock/) | `"bedrock"` | `"anthropic.claude-3-sonnet-20240229-v1:0"` | | [Google's Gemini](https://gemini.google/) | `"gemini"` | `"models/gemini-1.5-pro"` | | [Groq's Groq](https://groq.com/) | `"groq"` | `"mixtral-8x7b-32768"` | -| [Ollama](https://ollama.com) | `"ollama"` | `"llama2"` | +| [Ollama](https://ollama.com) | `"ollama"` | `"llama3.2"` | | [OpenAI's GPT](https://openai.com/gpt) | `"openai"` | `"gpt-4"` | | [xAI's Grok](https://x.ai/) | `"xai"` | `"grok-1"` |