fix(main.py): passing client as a litellm-specific kwarg

This commit is contained in:
Krrish Dholakia 2023-11-28 21:20:05 -08:00
parent 3154cd1758
commit 383dd53e86
2 changed files with 4 additions and 4 deletions

View file

@ -602,7 +602,6 @@ class Router:
self.print_verbose(self.model_exception_map)
for model in self.model_exception_map:
self.print_verbose(f"Model {model} had {len(self.model_exception_map[model])} exception")
self.print_verbose()
if custom_llm_provider:
model_name = f"{custom_llm_provider}/{model_name}"