From 57aed8c7cd876e7f5fbcc32110b317e68048fec7 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 13 Feb 2024 07:08:26 -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..777100c743 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 response args print(response) print(response.usage) print(response.usage.completion_tokens)