From b8cecd4c40217bc8456c470f6af50ffbaaf5bacc Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 13 May 2024 20:38:45 -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 2d4bf0e68..45a53ca56 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -885,7 +885,7 @@ async def test_acompletion_claude2_1(): }, {"role": "user", "content": "Generate a 3 liner joke for me"}, ] - # test without max-tokens + # test without max tokens response = await litellm.acompletion(model="claude-2.1", messages=messages) # Add any assertions here to check the response print(response)