(fix) cost tracking

This commit is contained in:
Ishaan Jaff 2024-03-27 19:18:39 -07:00
parent 0c69c05c54
commit 31383b18cb

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 costtracking")
# print("new cost tracking")
except Exception as e:
if "overloaded_error" in str(e):
pass