fix test_drop_params_parallel_tool_calls

This commit is contained in:
Ishaan Jaff
2024-08-07 18:16:41 -07:00
committed by Krrish Dholakia
parent 400653992c
commit 4c375d13d6
+1 -1
View File
@@ -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,
)