mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
test: add more debug logs
This commit is contained in:
parent
1ef17c2f0e
commit
37bdf7c042
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ async def call_spend_logs_endpoint():
|
|||
|
||||
[{'date': '2024-08-30', 'spend': 0.00016600000000000002, 'api_key': 'best-api-key-ever'}]
|
||||
"""
|
||||
print("json_response", json_response)
|
||||
|
||||
todays_date = datetime.datetime.now().strftime("%Y-%m-%d")
|
||||
for spend_log in json_response:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue