From 68637997c728150a773710544bc1c9ade83d9138 Mon Sep 17 00:00:00 2001 From: alisalim17 Date: Tue, 14 May 2024 21:18:00 +0400 Subject: [PATCH] chore: fix typo --- litellm/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/utils.py b/litellm/utils.py index c3cc5b90a90..9c77c445005 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -2382,7 +2382,7 @@ class Logging: self, exception, traceback_exception, start_time=None, end_time=None ): print_verbose( - f"eLogging Details LiteLLM-Failure Call: {litellm.failure_callback}" + f"Logging Details LiteLLM-Failure Call: {litellm.failure_callback}" ) try: start_time, end_time = self._failure_handler_helper_fn(