_is_model_gemini_gemini_spec_model

This commit is contained in:
Ishaan Jaff 2025-03-26 10:53:23 -07:00
parent fb31006cd8
commit bbe69a47a9
4 changed files with 19 additions and 7 deletions

View file

@ -1097,10 +1097,7 @@ def completion( # type: ignore # noqa: PLR0915
logit_bias=logit_bias,
user=user,
# params to identify the model
model=LitellmCoreRequestUtils.select_model_for_request_transformation(
model=model,
base_model=base_model,
),
model=model,
custom_llm_provider=custom_llm_provider,
response_format=response_format,
seed=seed,