From 692bb3f4e94fc1701a43a77cbbcb5e5b55218b67 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 27 Oct 2023 09:33:21 -0700 Subject: [PATCH] (test) usage class for anthropic --- litellm/tests/test_completion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index a9d2706268..86086489bb 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -54,7 +54,7 @@ def test_completion_claude(): except Exception as e: pytest.fail(f"Error occurred: {e}") -test_completion_claude() +# test_completion_claude() # def test_completion_oobabooga(): # try: @@ -104,7 +104,7 @@ def test_completion_with_litellm_call_id(): except Exception as e: pytest.fail(f"Error occurred: {e}") -test_completion_with_litellm_call_id() +# test_completion_with_litellm_call_id() def test_completion_perplexity_api(): try: