mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix(azure.py): support dynamic drop params
This commit is contained in:
parent
60ec3228ed
commit
b360ab4c89
3 changed files with 13 additions and 2 deletions
|
@ -6048,6 +6048,7 @@ def get_optional_params(
|
|||
optional_params=optional_params,
|
||||
model=model,
|
||||
api_version=api_version, # type: ignore
|
||||
drop_params=drop_params,
|
||||
)
|
||||
else: # assume passing in params for text-completion openai
|
||||
supported_params = get_supported_openai_params(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue