fix(router.py): fix model name passed through

This commit is contained in:
Krrish Dholakia 2024-01-02 11:15:30 +05:30
parent dff4c172d0
commit c12e3bd565

View file

@ -1567,7 +1567,7 @@ class Router:
#### VALIDATE MODEL ########
# check if model provider in supported providers
(
model,
_model,
custom_llm_provider,
dynamic_api_key,
api_base,