mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix(utils.py): support 'drop_params' for 'parallel_tool_calls'
Closes https://github.com/BerriAI/litellm/issues/4584 OpenAI-only param
This commit is contained in:
parent
f889a7e4b0
commit
a00a1267bc
5 changed files with 86 additions and 24 deletions
|
@ -445,6 +445,7 @@ class OpenAIConfig:
|
|||
"functions",
|
||||
"max_retries",
|
||||
"extra_headers",
|
||||
"parallel_tool_calls",
|
||||
] # works across all models
|
||||
|
||||
model_specific_params = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue