mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
stash changes
This commit is contained in:
parent
14bcc9a6c9
commit
09e13ab75b
7 changed files with 71 additions and 40 deletions
|
@ -326,6 +326,8 @@ model LiteLLM_DailyUserSpend {
|
|||
custom_llm_provider String?
|
||||
prompt_tokens Int @default(0)
|
||||
completion_tokens Int @default(0)
|
||||
cache_read_input_tokens Int @default(0)
|
||||
cache_creation_input_tokens Int @default(0)
|
||||
spend Float @default(0.0)
|
||||
api_requests Int @default(0)
|
||||
successful_requests Int @default(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue