mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
select_model_for_request_transformation
This commit is contained in:
parent
27c085cc56
commit
fb31006cd8
2 changed files with 4 additions and 8 deletions
|
@ -1097,8 +1097,10 @@ def completion( # type: ignore # noqa: PLR0915
|
|||
logit_bias=logit_bias,
|
||||
user=user,
|
||||
# params to identify the model
|
||||
model=model,
|
||||
base_model=base_model,
|
||||
model=LitellmCoreRequestUtils.select_model_for_request_transformation(
|
||||
model=model,
|
||||
base_model=base_model,
|
||||
),
|
||||
custom_llm_provider=custom_llm_provider,
|
||||
response_format=response_format,
|
||||
seed=seed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue