mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
(ci/cd) run again
This commit is contained in:
parent
5de31e9318
commit
ffc637969b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue