From 31c5b4572b68ec8205ad065d34129f82f6e1a9f8 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 23 Nov 2023 20:11:42 -0800 Subject: [PATCH] (fix) proxy: prisma.schema --- litellm/proxy/schema.prisma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/schema.prisma b/litellm/proxy/schema.prisma index 6423743b39..414d232776 100644 --- a/litellm/proxy/schema.prisma +++ b/litellm/proxy/schema.prisma @@ -10,7 +10,7 @@ generator client { // required for token gen model LiteLLM_VerificationToken { token String @unique - spend Float + spend Float @default(0.0) expires DateTime models String[] aliases Json @default("{}")