mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
remove useless mapping
This commit is contained in:
parent
abb02782b1
commit
04f64a1032
1 changed files with 0 additions and 1 deletions
|
@ -2739,7 +2739,6 @@ def get_optional_params_embeddings( # noqa: PLR0915
|
|||
non_default_params=non_default_params,
|
||||
optional_params={},
|
||||
model=model,
|
||||
drop_params=drop_params if drop_params is not None else False,
|
||||
)
|
||||
final_params = {**optional_params, **kwargs}
|
||||
return final_params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue