mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
add cache_creation_input_tokens and cache_read_input_tokens to LiteLLM_DailyUserSpend
This commit is contained in:
parent
e958705d68
commit
e7ac71fc57
1 changed files with 4 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "LiteLLM_DailyUserSpend" ADD COLUMN "cache_creation_input_tokens" INTEGER NOT NULL DEFAULT 0,
|
||||||
|
ADD COLUMN "cache_read_input_tokens" INTEGER NOT NULL DEFAULT 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue