mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: update chatgpt version
This commit is contained in:
parent
640dc7d830
commit
0531ea0b1c
1 changed files with 9 additions and 9 deletions
18
package.json
18
package.json
|
|
@ -3,21 +3,21 @@
|
|||
"type": "module",
|
||||
"author": "ikechan8370",
|
||||
"dependencies": {
|
||||
"@waylaidwanderer/chatgpt-api": "^1.20.2",
|
||||
"chatgpt": "^4.4.1",
|
||||
"@waylaidwanderer/chatgpt-api": "^1.22.5",
|
||||
"chatgpt": "^5.0.0",
|
||||
"delay": "^5.0.0",
|
||||
"keyv-file": "^0.2.0",
|
||||
"node-fetch": "^3.3.0",
|
||||
"openai": "^3.1.0",
|
||||
"puppeteer-extra": "^3.3.4",
|
||||
"puppeteer-extra-plugin-recaptcha": "^3.6.6",
|
||||
"puppeteer-extra-plugin-stealth": "^2.11.1",
|
||||
"openai": "^3.2.1",
|
||||
"puppeteer-extra": "^3.3.6",
|
||||
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
|
||||
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
||||
"random": "^4.1.0",
|
||||
"undici": "^5.19.1",
|
||||
"undici": "^5.20.0",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sharp": "^0.31.3",
|
||||
"jimp": "^0.22.7"
|
||||
"jimp": "^0.22.7",
|
||||
"sharp": "^0.31.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue