From 97f8cb63f290fd9971f91b343d827287c191c059 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 22 May 2024 20:00:41 -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 d9120a3b0a..b442a7cddc 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -864,7 +864,7 @@ def test_completion_claude2_1(): ] # test without max tokens response = completion(model="claude-2.1", messages=messages) - # Add any assertions here to check the response + # Add any-assertions here to check the response print(response) print(response.usage) print(response.usage.completion_tokens)