ajout plan byok, plus correction d'affichage et navigation

This commit is contained in:
2026-03-05 14:04:07 +01:00
parent d004281e05
commit d8ffc61b17
13 changed files with 336 additions and 45 deletions

View File

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