Skip to content

Commit 114431e

Browse files
committed
Upgrade openai to 4.91.1 and fix typing issues
Fix typescript issues
1 parent 9074900 commit 114431e

File tree

15 files changed

+2539
-1835
lines changed

15 files changed

+2539
-1835
lines changed

.changeset/eleven-terms-clap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'token.js': minor
3+
---
4+
5+
Upgrade the openai client library to 4.91.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"cohere-ai": "7.10.6",
4141
"mime-types": "^2.1.35",
4242
"nanoid": "^5.0.7",
43-
"openai": "4.52.2"
43+
"openai": "4.91.1"
4444
},
4545
"devDependencies": {
4646
"@babel/eslint-parser": "^7.18.2",

0 commit comments

Comments
 (0)