bump version

This commit is contained in:
Krrish Dholakia 2023-09-07 16:24:05 -07:00
parent e452ceb21e
commit 81ac07644d
2 changed files with 3 additions and 1 deletions

View file

@ -1055,6 +1055,8 @@ def set_callbacks(callback_list, function_id=None):
liteDebuggerClient = LiteDebugger(email=litellm.token)
elif litellm.email:
liteDebuggerClient = LiteDebugger(email=litellm.email)
else:
liteDebuggerClient = LiteDebugger()
except Exception as e:
raise e