ajout plan byok, plus correction d'affichage et navigation
This commit is contained in:
@@ -40,6 +40,10 @@ model User {
|
||||
planId String? @default("free")
|
||||
subscriptionPlan Plan? @relation(fields: [planId], references: [id])
|
||||
|
||||
// Bring Your Own Key
|
||||
customApiProvider String?
|
||||
customApiKey String?
|
||||
|
||||
aiActionsUsed Int @default(0)
|
||||
dailyWordGoal Int @default(500)
|
||||
writingStreak Int @default(0)
|
||||
|
||||
Reference in New Issue
Block a user