This commit is contained in:
ai
2026-05-18 21:50:41 +08:00
commit 19347e0d80
8 changed files with 610 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "ai-playground",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"dev": "bun --hot ./index.ts",
"start": "bun ./index.ts"
},
"devDependencies": {
"@types/bun": "^1.3.14",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"typescript": "^6.0.3"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^2.0.47",
"@ai-sdk/react": "^3.0.186",
"ai": "^6.0.184",
"react": "^19.2.6",
"react-dom": "^19.2.6"
}
}