mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix get_optional_params
This commit is contained in:
parent
aa8ba9b8f2
commit
830ecbdb8c
1 changed files with 1 additions and 0 deletions
|
|
@ -1100,6 +1100,7 @@ def completion( # type: ignore # noqa: PLR0915
|
|||
user=user,
|
||||
# params to identify the model
|
||||
model=model,
|
||||
base_model=base_model,
|
||||
custom_llm_provider=custom_llm_provider,
|
||||
response_format=response_format,
|
||||
seed=seed,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue