mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
(fix) cost tracking
This commit is contained in:
parent
0c69c05c54
commit
31383b18cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue