(feat) add cache_key in spend_log

This commit is contained in:
ishaan-jaff 2024-01-24 17:56:00 -08:00
parent d694993703
commit 2130a61b6e
5 changed files with 12 additions and 2 deletions

View file

@ -61,4 +61,5 @@ model LiteLLM_SpendLogs {
usage Json @default("{}")
metadata Json @default("{}")
cache_hit String @default("")
cache_key String @default("")
}