typebot.io/packages/ai/package.json
Baptiste Arnaud 904bf82bd3
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Monthly job / clean (push) Has been cancelled
🚸 Upgrade AI SDK and simplify model selection for OpenAI and Mistral
Closes #2106 #2093
2025-03-28 17:14:32 +01:00

22 lines
484 B
JSON

{
"name": "@typebot.io/ai",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@typebot.io/zod": "workspace:*",
"ai": "4.2.8",
"ky": "1.2.4",
"@typebot.io/runtime-session-store": "workspace:*"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}