mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge pull request #21017 from BerriAI/litellm__supports_tool_search_on_bedrock
Fix: add claude opus 4.6 in _supports_tool_search_on_bedrock
This commit is contained in:
commit
3d70a84eed
1 changed files with 5 additions and 0 deletions
|
|
@ -246,6 +246,11 @@ class AmazonAnthropicClaudeMessagesConfig(
|
|||
"sonnet_4.5",
|
||||
"sonnet-4-5",
|
||||
"sonnet_4_5",
|
||||
# Opus 4.6
|
||||
"opus-4.6",
|
||||
"opus_4.6",
|
||||
"opus-4-6",
|
||||
"opus_4_6",
|
||||
]
|
||||
|
||||
return any(pattern in model_lower for pattern in supported_patterns)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue