Skip to content

Commit 261905f

Browse files
committed
Upgrade: Finish the migration to @AI-SDK library for basic function
1 parent e5c2299 commit 261905f

23 files changed

+1255
-1785
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@
1616
"preview": "vite preview"
1717
},
1818
"dependencies": {
19+
"@ai-sdk/anthropic": "^1.2.2",
20+
"@ai-sdk/fireworks": "^0.2.2",
21+
"@ai-sdk/google": "^1.2.3",
22+
"@ai-sdk/openai": "^1.3.4",
23+
"@ai-sdk/togetherai": "^0.2.2",
24+
"@openrouter/ai-sdk-provider": "^0.4.5",
25+
"ai": "^4.2.8",
1926
"axios": "^1.8.4",
27+
"dotenv": "^16.4.7",
2028
"katex": "^0.16.21",
2129
"lucide-react": "^0.344.0",
2230
"primeicons": "^7.0.0",
@@ -30,7 +38,8 @@
3038
"rehype-prism-plus": "^2.0.0",
3139
"remark-gfm": "^4.0.1",
3240
"remark-math": "^6.0.0",
33-
"uuid": "^11.1.0"
41+
"uuid": "^11.1.0",
42+
"zod": "^3.24.2"
3443
},
3544
"devDependencies": {
3645
"@eslint/js": "^9.9.1",

0 commit comments

Comments
 (0)