forked from phoenix/litellm-mirror
fix test_drop_params_parallel_tool_calls
This commit is contained in:
parent
e585dfba92
commit
341e098c32
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ def test_drop_params_parallel_tool_calls(model, provider, should_drop):
|
|||
response = litellm.utils.get_optional_params(
|
||||
model=model,
|
||||
custom_llm_provider=provider,
|
||||
response_format="json",
|
||||
response_format={"type": "json"},
|
||||
parallel_tool_calls=True,
|
||||
drop_params=True,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue