fix get_optional_params

This commit is contained in:
Ishaan Jaff 2025-03-25 23:54:57 -07:00
parent aa8ba9b8f2
commit 830ecbdb8c

View file

@ -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,