adding lite debugger integration

This commit is contained in:
Krrish Dholakia 2023-08-20 15:06:50 -07:00
parent 02a6eb66ce
commit a1ad773667
14 changed files with 169 additions and 10 deletions

View file

@ -1,5 +1,5 @@
# #### What this tests ####
# # This tests if logging to the helicone integration actually works
# # This tests if logging to the supabase integration actually works
# # pytest mistakes intentional bad calls as failed tests -> [TODO] fix this
# import sys, os
# import traceback
@ -13,7 +13,7 @@
# litellm.success_callback = ["supabase"]
# litellm.failure_callback = ["supabase"]
# litellm.modify_integration("supabase",{"table_name": "test_table"})
# # litellm.modify_integration("supabase",{"table_name": "test_table"})
# litellm.set_verbose = True