mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(ci/cd) run again
This commit is contained in:
parent
d49d0e19e0
commit
09014e4b64
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def test_completion_claude():
|
||||||
messages=messages,
|
messages=messages,
|
||||||
request_timeout=10,
|
request_timeout=10,
|
||||||
)
|
)
|
||||||
# Add any assertions here to check the response args
|
# Add any assertions here to check the responseargs
|
||||||
print(response)
|
print(response)
|
||||||
print(response.usage)
|
print(response.usage)
|
||||||
print(response.usage.completion_tokens)
|
print(response.usage.completion_tokens)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue