forked from phoenix/litellm-mirror
(ci/cd) run again
This commit is contained in:
parent
da0e10954a
commit
b8cecd4c40
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"},
|
{"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)
|
response = await litellm.acompletion(model="claude-2.1", messages=messages)
|
||||||
# Add any assertions here to check the response
|
# Add any assertions here to check the response
|
||||||
print(response)
|
print(response)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue