Skip to content

Commit

Permalink
bump openai for new models
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutphilippe committed Sep 12, 2024
1 parent 270f867 commit 6d037c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restackio/integrations-openai",
"version": "0.0.18",
"version": "0.0.19",
"main": "dist/service.js",
"types": "dist/service.d.ts",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"build": "npm run clean && tsc"
},
"dependencies": {
"openai": "^4.56.0"
"openai": "^4.60.0"
},
"files": [
"dist"
Expand Down

0 comments on commit 6d037c6

Please sign in to comment.