use inference profile with Claude 3.5 on Bedrock

This commit is contained in:
Stan Zubarev
2024-11-05 16:41:08 -05:00
parent f09052c18e
commit 51c1646ef4
+1 -1
View File
@@ -10,7 +10,7 @@ from ..settings import settings
T = TypeVar("T", bound=BaseModel)
PROVIDER_NAME = "amazon"
DEFAULT_MODEL = "anthropic.claude-3-5-sonnet-20241022-v2:0"
DEFAULT_MODEL = "us.anthropic.claude-3-5-sonnet-20241022-v2:0"
DEFAULT_MAX_TOKENS = 5_000