bedrock claude 3.7 sonnet (#2203)
This commit is contained in:
@@ -312,6 +312,16 @@ if settings.ENABLE_BEDROCK:
|
||||
add_assistant_prefix=True,
|
||||
),
|
||||
)
|
||||
LLMConfigRegistry.register_config(
|
||||
"BEDROCK_ANTHROPIC_CLAUDE3.7_SONNET_INFERENCE_PROFILE",
|
||||
LLMConfig(
|
||||
"bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0",
|
||||
["AWS_REGION"],
|
||||
supports_vision=True,
|
||||
add_assistant_prefix=True,
|
||||
max_completion_tokens=200000,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
if settings.ENABLE_AZURE:
|
||||
|
||||
Reference in New Issue
Block a user