mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
updated logging
This commit is contained in:
parent
8d819daafa
commit
09a04f5b69
2 changed files with 2 additions and 2 deletions
|
@ -162,8 +162,8 @@ class Supabase:
|
|||
.execute()
|
||||
)
|
||||
print(f"data: {data}")
|
||||
pass
|
||||
except:
|
||||
print_verbose(f"Supabase Logging Error - {traceback.format_exc()}")
|
||||
pass
|
||||
|
||||
def log_event(
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "litellm"
|
||||
version = "0.1.431"
|
||||
version = "0.1.433"
|
||||
description = "Library to easily interface with LLM API providers"
|
||||
authors = ["BerriAI"]
|
||||
license = "MIT License"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue