Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit c4da8cb

Browse files
authored
Merge pull request #92 from Chainlit/willy/update-vercel-ai-sdk
fix: vercel ai integration for 4.x
2 parents 33adbb3 + 0b214eb commit c4da8cb

File tree

6 files changed

+8590
-164
lines changed

6 files changed

+8590
-164
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@literalai/client",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "",
55
"exports": {
66
".": {
@@ -25,15 +25,15 @@
2525
"package.json"
2626
],
2727
"devDependencies": {
28-
"@ai-sdk/openai": "^0.0.24",
28+
"@ai-sdk/openai": "^1.1.2",
2929
"@jest/types": "^29.6.3",
3030
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
3131
"@types/jest": "^29.5.11",
3232
"@types/mustache": "^4.2.5",
3333
"@types/uuid": "^9.0.7",
3434
"@typescript-eslint/eslint-plugin": "^6.0.0",
3535
"@typescript-eslint/parser": "^6.0.0",
36-
"ai": "^3.1.31",
36+
"ai": "^4.1.5",
3737
"dotenv": "^16.3.1",
3838
"eslint": "^8.48.0",
3939
"husky": "^8.0.3",
@@ -61,9 +61,9 @@
6161
"openai": "4.x"
6262
},
6363
"optionalDependencies": {
64-
"@ai-sdk/openai": "0.0.x",
64+
"@ai-sdk/openai": "1.x.x",
6565
"@langchain/openai": "0.x",
66-
"ai": "3.x",
66+
"ai": "4.x",
6767
"langchain": "0.x",
6868
"llamaindex": "0.3",
6969
"zod-to-json-schema": "3.x"

0 commit comments

Comments
 (0)