forked from phoenix/litellm-mirror
fix test_all_model_configs
This commit is contained in:
parent
7b09591ca6
commit
4dcb092d12
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ def test_all_model_configs():
|
|||
drop_params=False,
|
||||
) == {"max_tokens": 10}
|
||||
|
||||
from litellm.llms.bedrock.chat import AmazonConverseConfig
|
||||
from litellm.llms.bedrock.chat.converse_transformation import AmazonConverseConfig
|
||||
|
||||
assert (
|
||||
"max_completion_tokens"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue