From b16cbb069a3f87b4c9f6a3b16431d74b14bf2d68 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 10 Oct 2023 10:05:20 -0700 Subject: [PATCH] (test) update supabase logger test --- litellm/tests/test_supabase_integration.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/litellm/tests/test_supabase_integration.py b/litellm/tests/test_supabase_integration.py index 6c7c53d59e..76fe422650 100644 --- a/litellm/tests/test_supabase_integration.py +++ b/litellm/tests/test_supabase_integration.py @@ -13,17 +13,17 @@ # litellm.success_callback = ["supabase"] # litellm.failure_callback = ["supabase"] -# # litellm.modify_integration("supabase",{"table_name": "test_table"}) -# litellm.set_verbose = True +# litellm.set_verbose = False # user_message = "Hello, how are you?" # messages = [{ "content": user_message,"role": "user"}] # #openai call -# response = completion(model="gpt-3.5-turbo", messages=[{"role": "user", "content": "Hi 👋 - i'm openai"}]) +# response = completion( +# model="gpt-3.5-turbo", +# messages=[{"role": "user", "content": "Hi 👋 - i'm openai"}], +# user="ishaan22" +# ) -# fix -# #bad request call -# response = completion(model="chatgpt-test", messages=[{"role": "user", "content": "Hi 👋 - i'm a bad request"}])