From c21eae7f7920dfd7fd467d53d95cc2edf65df6bb Mon Sep 17 00:00:00 2001 From: Vedant Borkar Date: Thu, 5 Oct 2023 03:07:50 +0530 Subject: [PATCH] Update utils.py --- litellm/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/utils.py b/litellm/utils.py index 9c70575f8..7a3fefa2b 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -2203,7 +2203,7 @@ def exception_type( exception_mapping_worked = False print() print("\033[1;31mGive Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new\033[0m") - print() + print("LiteLLM.Info: If you need to debug this error, use `litellm.set_verbose=True'.") print() if litellm.set_verbose == True: litellm.error_logs['EXCEPTION'] = original_exception