Skip to content

Commit

Permalink
fix(deps): update dependency openai to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent 9065849 commit 9651004
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 23 deletions.
137 changes: 117 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/generate-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"axios": "1.6.8",
"natural": "6.12.0",
"openai": "3.3.0"
"openai": "4.38.3"
},
"devDependencies": {
"@babel/preset-env": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "jest"
},
"dependencies": {
"openai": "3.3.0"
"openai": "4.38.3"
},
"devDependencies": {
"@babel/preset-env": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/randomise-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@aws-sdk/client-s3": "3.537.0",
"axios": "1.6.8",
"canvas": "^2.11.2",
"openai": "^3.3.0"
"openai": "^4.38.3"
},
"devDependencies": {
"@babel/preset-env": "7.24.1",
Expand Down

0 comments on commit 9651004

Please sign in to comment.