From d565b4cf6fbf6f880baad4263be8483e12c2d67b Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 12 Feb 2024 21:46:48 -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 4dcd1119b2..4734ac37e5 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -71,7 +71,7 @@ def test_completion_claude(): messages=messages, request_timeout=10, ) - # Add any assertions here to check the response + # Add any assertions here to check the response args print(response) print(response.usage) print(response.usage.completion_tokens)