mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +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,
|
user=user,
|
||||||
# params to identify the model
|
# params to identify the model
|
||||||
model=model,
|
model=model,
|
||||||
|
base_model=base_model,
|
||||||
custom_llm_provider=custom_llm_provider,
|
custom_llm_provider=custom_llm_provider,
|
||||||
response_format=response_format,
|
response_format=response_format,
|
||||||
seed=seed,
|
seed=seed,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue