From 7f93fa01e9cff969c2b0a29e282b6855b833c231 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 1 Aug 2024 19:55:12 -0700 Subject: [PATCH] ci/cd run again --- litellm/tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 6309db673d8..8e7e333ff12 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -3598,7 +3598,7 @@ def test_completion_anthropic_hanging(): @pytest.mark.skip(reason="anyscale stopped serving public api endpoints") def test_completion_anyscale_api(): try: - # litellm.set_verbose=True + # litellm.set_verbose = True messages = [ {"role": "system", "content": "You're a good bot"}, {