From 09014e4b64eccd474d1593b2a9957a97eb151d07 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 12 Feb 2024 21:58:13 -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 4734ac37e5..03a64134c7 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 args + # Add any assertions here to check the responseargs print(response) print(response.usage) print(response.usage.completion_tokens)