mirror of https://github.com/kortix-ai/suna.git
fix: typo
This commit is contained in:
parent
16363a210d
commit
6baba64271
|
@ -93,12 +93,12 @@ def setup_provider_router(openai_compatible_api_key: str = None, openai_compatib
|
|||
# Bedrock Sonnet 4.5 -> Anthropic Sonnet 4.5
|
||||
# {
|
||||
# "bedrock/converse/arn:aws:bedrock:eu-north-1:737973863695:inference-profile/eu.anthropic.claude-sonnet-4-5-20250929-v1:0": [
|
||||
# "anthropic/claude-sonnet-4-20250514" # Fallback to direct Anthropic API
|
||||
# "anthropic/claude-sonnet-4-5-20250929" # Fallback to direct Anthropic API
|
||||
# ]
|
||||
# },
|
||||
{
|
||||
"bedrock/converse/arn:aws:bedrock:us-west-2:935064898258:inference-profile/global.anthropic.claude-sonnet-4-5-20250929-v1:0": [
|
||||
"anthropic/claude-sonnet-4-20250514"
|
||||
"anthropic/claude-sonnet-4-5-20250929"
|
||||
]
|
||||
},
|
||||
# Bedrock Sonnet 4 -> Anthropic Sonnet 4
|
||||
|
|
Loading…
Reference in New Issue