Update DEFAULT_MODEL in amazon.py

This commit is contained in:
2024-11-03 06:55:37 -05:00
parent 718f5a66c0
commit b3a35cadd4
+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-sonnet-20240229-v1:0"
DEFAULT_MODEL = "anthropic.claude-3-5-sonnet-20241022-v2:0"
DEFAULT_MAX_TOKENS = 5_000