From 12d2dcd48c1352bd0f7726a56cde51f1319da8ed Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 16 May 2024 21:15:06 -0700 Subject: [PATCH] ci/cd run again --- litellm/tests/test_completion.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index a7e965e621..5749dc26b8 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -3089,7 +3089,6 @@ def test_mistral_anyscale_stream(): print(chunk["choices"][0]["delta"].get("content", ""), end="") -# test_mistral_anyscale_stream() # test_completion_anyscale_2() # def test_completion_with_fallbacks_multiple_keys(): # print(f"backup key 1: {os.getenv('BACKUP_OPENAI_API_KEY_1')}")