mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
_is_model_gemini_gemini_spec_model
This commit is contained in:
parent
fb31006cd8
commit
bbe69a47a9
4 changed files with 19 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue