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] authored Sep 23, 2023
1 parent 4faa768 commit 7b658e1
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 22 deletions.
173 changes: 154 additions & 19 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.5.0",
"natural": "6.7.2",
"openai": "3.3.0"
"openai": "4.10.0"
},
"devDependencies": {
"@babel/preset-env": "7.22.20",
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.10.0"
},
"devDependencies": {
"@babel/preset-env": "7.22.20",
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.418.0",
"axios": "1.5.0",
"canvas": "^2.11.2",
"openai": "^3.3.0"
"openai": "^4.10.0"
},
"devDependencies": {
"@babel/preset-env": "7.22.20",
Expand Down

0 comments on commit 7b658e1

Please sign in to comment.