mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
bump version
This commit is contained in:
parent
e452ceb21e
commit
81ac07644d
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue