feat: use llama
Some checks failed
Deploy / lint-build-deploy (push) Failing after 57s

This commit is contained in:
2026-02-01 13:03:51 +01:00
parent e51942a9b2
commit 7d1ef8a7e5
10 changed files with 13205 additions and 1058 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "siri-shortcuts",
"version": "1.0.0",
"description": "Siri-enabled, Anthropic-powered shortcuts",
"description": "Siri-enabled, Llama-powered shortcuts",
"author": "riccardo@frompixels.com",
"scripts": {
"dev": "next dev",
@@ -25,12 +25,12 @@
},
"dependencies": {
"@prisma/client": "^5.22.0",
"ai": "^5.0.68",
"openai": "^4.77.0",
"axios": "^1.12.0",
"next": "^15.5.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zod": "^4.1.12"
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",