diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index d9e97eed1..9ca571642 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -316,7 +316,7 @@ def test_completion_cohere(): # commenting for now as the cohere endpoint is bei except Exception as e: pytest.fail(f"Error occurred: {e}") -# test_completion_cohere() +# test_completion_cohere() # def test_completion_openai():