(ci/cd) run again

This commit is contained in:
ishaan-jaff 2024-02-12 21:58:13 -08:00
parent d49d0e19e0
commit 09014e4b64

View file

@ -71,7 +71,7 @@ def test_completion_claude():
messages=messages,
request_timeout=10,
)
# Add any assertions here to check the response args
# Add any assertions here to check the responseargs
print(response)
print(response.usage)
print(response.usage.completion_tokens)