From ffc637969b791f8b57c4ddf36e1d348642b74fae Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 13 May 2024 21:07:12 -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 aa0baa2b41a..ccc73a26036 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)