Add offline monthly insights with Ollama
This commit is contained in:
@@ -36,7 +36,7 @@ model Paycheck {
|
||||
|
||||
model MonthlyInsight {
|
||||
id String @id @default(cuid())
|
||||
month String
|
||||
month String @unique
|
||||
year Int
|
||||
generatedAt DateTime @default(now())
|
||||
summary String
|
||||
|
||||
Reference in New Issue
Block a user