2
0

♻️ (mistral) Use new ai sdk Mistral core

This commit is contained in:
Baptiste Arnaud
2024-05-21 16:08:35 +02:00
parent e91fced41d
commit 15b2901f8a
26 changed files with 191 additions and 645 deletions

View File

@@ -79,7 +79,7 @@
"nextjs-cors": "2.1.2",
"nodemailer": "6.9.8",
"nprogress": "0.2.0",
"openai": "4.28.4",
"openai": "4.47.1",
"papaparse": "5.4.1",
"prettier": "2.8.8",
"qs": "6.11.2",

View File

@@ -10,6 +10,6 @@
"devDependencies": {
"mintlify": "4.0.75",
"tsx": "^4.6.2",
"dotenv-cli": "7.2.1"
"dotenv-cli": "7.4.1"
}
}

View File

@@ -40,7 +40,7 @@
"@types/react": "18.2.15",
"autoprefixer": "10.4.14",
"cross-env": "7.0.3",
"dotenv-cli": "7.2.1",
"dotenv-cli": "7.4.1",
"eslint": "8.44.0",
"eslint-config-custom": "workspace:*",
"next-runtime-env": "1.6.2",

View File

@@ -21,7 +21,7 @@
"@typebot.io/js": "workspace:*",
"@typebot.io/nextjs": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"ai": "3.0.31",
"ai": "3.1.12",
"bot-engine": "workspace:*",
"cors": "2.8.5",
"google-spreadsheet": "4.1.1",
@@ -30,7 +30,7 @@
"next": "14.1.0",
"nextjs-cors": "2.1.2",
"nodemailer": "6.9.8",
"openai": "4.38.3",
"openai": "4.47.1",
"qs": "6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",