forked from phoenix/litellm-mirror
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()
|
.execute()
|
||||||
)
|
)
|
||||||
print(f"data: {data}")
|
print(f"data: {data}")
|
||||||
pass
|
|
||||||
except:
|
except:
|
||||||
|
print_verbose(f"Supabase Logging Error - {traceback.format_exc()}")
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def log_event(
|
def log_event(
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "0.1.431"
|
version = "0.1.433"
|
||||||
description = "Library to easily interface with LLM API providers"
|
description = "Library to easily interface with LLM API providers"
|
||||||
authors = ["BerriAI"]
|
authors = ["BerriAI"]
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue