mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(router.py): fix model name passed through
This commit is contained in:
parent
4f988058a1
commit
b82e20e517
1 changed files with 1 additions and 1 deletions
|
@ -1567,7 +1567,7 @@ class Router:
|
||||||
#### VALIDATE MODEL ########
|
#### VALIDATE MODEL ########
|
||||||
# check if model provider in supported providers
|
# check if model provider in supported providers
|
||||||
(
|
(
|
||||||
model,
|
_model,
|
||||||
custom_llm_provider,
|
custom_llm_provider,
|
||||||
dynamic_api_key,
|
dynamic_api_key,
|
||||||
api_base,
|
api_base,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue