mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix(main.py): passing client as a litellm-specific kwarg
This commit is contained in:
parent
3154cd1758
commit
383dd53e86
2 changed files with 4 additions and 4 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue