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