From 0efd94cfca565915b16181e7901342641ab4380b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 20 Jun 2024 21:46:26 -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 0d7a4243987..2a2de8cc115 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -1426,7 +1426,7 @@ def test_hf_test_completion_tgi(): messages=[{"content": "Hello, how are you?", "role": "user"}], max_tokens=10, ) - # Add any assertions- here to check the response + # Add any assertions-here to check the response print(response) except litellm.ServiceUnavailableError as e: pass