stash changes

This commit is contained in:
Ishaan Jaff 2025-04-15 13:27:35 -07:00
parent 14bcc9a6c9
commit 09e13ab75b
7 changed files with 71 additions and 40 deletions

View file

@ -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)