Update utils.py

This commit is contained in:
Vedant Borkar 2023-10-05 03:07:50 +05:30 committed by GitHub
parent 69a0a775f8
commit c21eae7f79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2203,7 +2203,7 @@ def exception_type(
exception_mapping_worked = False exception_mapping_worked = False
print() print()
print("\033[1;31mGive Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new\033[0m") 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() print()
if litellm.set_verbose == True: if litellm.set_verbose == True:
litellm.error_logs['EXCEPTION'] = original_exception litellm.error_logs['EXCEPTION'] = original_exception