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

Commit e486f65

Browse files
committed
fix: vercel ai integration for 4.x
1 parent 33adbb3 commit e486f65

File tree

6 files changed

+8684
-163
lines changed

6 files changed

+8684
-163
lines changed

package.json

Lines changed: 4 additions & 4 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
".": {
@@ -33,7 +33,7 @@
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)