updated logging

This commit is contained in:
Krish Dholakia
2023-08-20 09:55:02 -07:00
committed by GitHub
parent 8d819daafa
commit 09a04f5b69
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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"