From 899962a5f1a5d7dc98dd5d93a63b1ec6257c0d15 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 12 Feb 2024 22:20:42 -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 03a64134c77..4734ac37e58 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 responseargs + # Add any assertions here to check the response args print(response) print(response.usage) print(response.usage.completion_tokens)