2
0

🐛 (openai) Fix 400 error when tools array empty

Closes #1205
This commit is contained in:
Baptiste Arnaud
2024-02-02 11:03:17 +01:00
parent b660611573
commit c6161179d0
7 changed files with 32 additions and 32 deletions

View File

@ -76,7 +76,7 @@
"nextjs-cors": "2.1.2",
"nodemailer": "6.9.3",
"nprogress": "0.2.0",
"openai": "4.24.1",
"openai": "4.26.0",
"papaparse": "5.4.1",
"prettier": "2.8.8",
"qs": "6.11.2",

View File

@ -20,7 +20,7 @@
"@typebot.io/js": "workspace:*",
"@typebot.io/nextjs": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"ai": "2.2.31",
"ai": "2.2.33",
"bot-engine": "workspace:*",
"cors": "2.8.5",
"google-spreadsheet": "4.1.1",
@ -28,7 +28,7 @@
"next": "14.1.0",
"nextjs-cors": "2.1.2",
"nodemailer": "6.9.3",
"openai": "4.24.1",
"openai": "4.26.0",
"qs": "6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",