From a40590d849e8fefe61aa557e9d1c3d2d0bed7a09 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 27 Feb 2024 20:49:04 -0800 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 143f730dd..71f77c9b4 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -97,7 +97,7 @@ def test_completion_mistral_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)