Skip to content

Commit deda4b5

Browse files
Merge pull request #14 from ThomasJButler/v1.3-Deployment
Fix OpenAI version conflict with langchain community
2 parents bda21d9 + 16067a6 commit deda4b5

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@
4848
"date-fns": "^2.30.0",
4949
"dotenv": "^16.4.5",
5050
"lucide-svelte": "^0.503.0",
51-
"openai": "^5.20.2",
51+
"openai": "^4.104.0",
5252
"svelte-chartjs": "^3.1.2"
5353
},
5454
"overrides": {
5555
"esbuild": "^0.25.0",
56-
"dotenv": "^16.4.5"
56+
"dotenv": "^16.4.5",
57+
"openai": "^4.104.0"
5758
}
5859
}

vercel.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"buildCommand": "npm run build",
3-
"outputDirectory": "dist",
4-
"framework": "vite",
5-
"installCommand": "npm install",
6-
"devCommand": "npm run dev",
72
"env": {
83
"NODE_ENV": "production"
94
},

0 commit comments

Comments
 (0)