fix(router.py): fix fallbacks

This commit is contained in:
Krrish Dholakia 2023-11-25 19:34:20 -08:00
parent cc3d7da9a0
commit 59ba1560e5
3 changed files with 46 additions and 9 deletions

View file

@ -680,6 +680,7 @@ class Logging:
print_verbose(
f"Logging Details Post-API Call: logger_fn - {self.logger_fn} | callable(logger_fn) - {callable(self.logger_fn)}"
)
print_verbose(f"Logging Details Post-API Call: LiteLLM Params: {self.model_call_details}")
if self.logger_fn and callable(self.logger_fn):
try:
self.logger_fn(