mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
(ci/cd) run again
This commit is contained in:
parent
41093bae2c
commit
97f8cb63f2
1 changed files with 1 additions and 1 deletions
|
|
@ -864,7 +864,7 @@ def test_completion_claude2_1():
|
|||
]
|
||||
# test without max tokens
|
||||
response = completion(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.usage)
|
||||
print(response.usage.completion_tokens)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue