Add offline monthly insights with Ollama
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- CreateIndex
|
||||
CREATE UNIQUE INDEX "MonthlyInsight_month_key" ON "MonthlyInsight"("month");
|
||||
|
||||
@@ -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