Skip to content

Commit

Permalink
fix: upgrade chatgpt-api
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanlvr committed Dec 6, 2022
1 parent 97b865e commit 3181ab0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"@oceanlvr/chatgpt": "^0.5.0",
"@oceanlvr/chatgpt": "^1.0.3",
"probot": "^12.2.4",
"probot-commands-pro": "^1.0.1"
},
Expand Down
14 changes: 4 additions & 10 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export default {
plugins: [
resolve({ preferBuiltins: true, }),
commonjs(),
]
],
}

0 comments on commit 3181ab0

Please sign in to comment.