(ci/cd) run again

This commit is contained in:
ishaan-jaff 2024-02-26 18:54:21 -08:00
parent 8075746078
commit 2731fb3a7d

View file

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