From 866f26ceda33f71f72eb8c3cadbc1ac725efd721 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 17 Jun 2024 16:16:16 -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 0786a45e9f9..250a4a7b682 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -831,7 +831,7 @@ async def test_completion_codestral_chat_api(): } ], ) - # Add any assertions here to check the response + # Add any assertions here to-check the response print(response) # cost = litellm.completion_cost(completion_response=response)