updated logging

This commit is contained in:
Krish Dholakia 2023-08-20 09:55:02 -07:00 committed by GitHub
parent 8d819daafa
commit 09a04f5b69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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(

View file

@ -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"