mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
Merge branch 'BerriAI:main' into main
This commit is contained in:
commit
1f17daf52c
194 changed files with 6724 additions and 2181 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue