feat: add summary using Anthropic API

This commit is contained in:
Riccardo
2024-09-20 02:52:16 +02:00
parent 1917b040eb
commit c0a669dc0a
8 changed files with 325 additions and 59 deletions

View File

@@ -21,6 +21,7 @@
"prisma:reset": "npx prisma db push --force-reset"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.27.3",
"@hookform/resolvers": "^3.3.2",
"@next/bundle-analyzer": "^14.2.5",
"@prisma/client": "^5.6.0",