We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bda21d9 + 16067a6 commit deda4b5Copy full SHA for deda4b5
2 files changed
package.json
@@ -48,11 +48,12 @@
48
"date-fns": "^2.30.0",
49
"dotenv": "^16.4.5",
50
"lucide-svelte": "^0.503.0",
51
- "openai": "^5.20.2",
+ "openai": "^4.104.0",
52
"svelte-chartjs": "^3.1.2"
53
},
54
"overrides": {
55
"esbuild": "^0.25.0",
56
- "dotenv": "^16.4.5"
+ "dotenv": "^16.4.5",
57
+ "openai": "^4.104.0"
58
}
59
vercel.json
@@ -1,9 +1,4 @@
1
{
2
- "buildCommand": "npm run build",
3
- "outputDirectory": "dist",
4
- "framework": "vite",
5
- "installCommand": "npm install",
6
- "devCommand": "npm run dev",
7
"env": {
8
"NODE_ENV": "production"
9
0 commit comments