forked from phoenix/litellm-mirror
fix(router.py): fix model name passed through
This commit is contained in:
parent
dff4c172d0
commit
c12e3bd565
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