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
1b39362e49
commit
d565b4cf6f
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
|
# Add any assertions here to check the response args
|
||||||
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