From f312bcfe5a8e7f35d07034977a0367209a4bf107 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 31 Jul 2023 18:05:42 -0700 Subject: [PATCH] for testing github action --- litellm/tests/test_bad_params.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/litellm/tests/test_bad_params.py b/litellm/tests/test_bad_params.py index e7da0f795..20123b135 100644 --- a/litellm/tests/test_bad_params.py +++ b/litellm/tests/test_bad_params.py @@ -20,9 +20,9 @@ main.set_verbose = True user_message = "Hello, how are you?" messages = [{ "content": user_message,"role": "user"}] model_val = "krrish is a model" -# test on empty -try: - response = completion(model=model_val, messages=messages) -except Exception as e: - print(f"error occurred: {e}") - pass +# # test on empty +# try: +# response = completion(model=model_val, messages=messages) +# except Exception as e: +# print(f"error occurred: {e}") +# pass