Merge branch 'BerriAI:main' into main

This commit is contained in:
Utkash Dubey 2025-03-10 14:42:30 -07:00 committed by GitHub
commit 1f17daf52c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
194 changed files with 6724 additions and 2181 deletions

View file

@ -333,6 +333,8 @@ def test_get_model_info_bedrock_models():
base_model = BedrockModelInfo.get_base_model(k)
base_model_info = litellm.model_cost[base_model]
for base_model_key, base_model_value in base_model_info.items():
if "invoke/" in k:
continue
if base_model_key.startswith("supports_"):
assert (
base_model_key in v