(ci/cd) run again

This commit is contained in:
Ishaan Jaff 2024-03-27 19:04:07 -07:00
parent d1fa22f9ed
commit 73db5b45f8

View file

@ -74,7 +74,7 @@ def test_completion_claude():
print(response.usage)
print(response.usage.completion_tokens)
print(response["usage"]["completion_tokens"])
# print("new cost tracking")
# print("new costtracking")
except Exception as e:
if "overloaded_error" in str(e):
pass