mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
add support message on exception
This commit is contained in:
parent
c1fce0859c
commit
eb1c7220ff
5 changed files with 6 additions and 1 deletions
|
@ -2062,6 +2062,10 @@ def exception_type(
|
|||
):
|
||||
global user_logger_fn, liteDebuggerClient
|
||||
exception_mapping_worked = False
|
||||
print()
|
||||
print("\033[1;31mGive Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new\033[0m")
|
||||
print()
|
||||
print()
|
||||
if litellm.set_verbose == True:
|
||||
litellm.error_logs['EXCEPTION'] = original_exception
|
||||
litellm.error_logs['KWARGS'] = completion_kwargs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue