Merge pull request #38 from SZubarev/fix/amazon-inference

use inference profile with Claude 3.5 on Bedrock
This commit is contained in:
2024-11-05 16:48:48 -05:00
committed by GitHub
+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