From 9a74364baa035aa3d05c149e7633e8c101a084a2 Mon Sep 17 00:00:00 2001 From: David Manouchehri Date: Mon, 1 Jul 2024 14:17:20 +0000 Subject: [PATCH] fix(bedrock_httpx.py): Add anthropic.claude-3-5-sonnet-20240620-v1:0 to the converse list. --- litellm/llms/bedrock_httpx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/llms/bedrock_httpx.py b/litellm/llms/bedrock_httpx.py index 8aefc63cfa..7b4628a76e 100644 --- a/litellm/llms/bedrock_httpx.py +++ b/litellm/llms/bedrock_httpx.py @@ -61,6 +61,7 @@ from .prompt_templates.factory import ( ) BEDROCK_CONVERSE_MODELS = [ + "anthropic.claude-3-5-sonnet-20240620-v1:0", "anthropic.claude-3-opus-20240229-v1:0", "anthropic.claude-3-sonnet-20240229-v1:0", "anthropic.claude-3-haiku-20240307-v1:0",