mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: bing模式也走sydney代理
This commit is contained in:
parent
eb15c51d81
commit
355817e20b
3 changed files with 15 additions and 10 deletions
12
package.json
12
package.json
|
|
@ -9,18 +9,18 @@
|
|||
"keyv-file": "^0.2.0",
|
||||
"node-fetch": "^3.3.0",
|
||||
"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.20.0",
|
||||
"uuid": "^9.0.0",
|
||||
"ws": "^8.12.1"
|
||||
"ws": "^8.12.1",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"keyv": "^4.5.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"puppeteer-extra": "^3.3.6",
|
||||
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
|
||||
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
||||
"jimp": "^0.22.7",
|
||||
"keyv": "^4.5.2",
|
||||
"sharp": "^0.31.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue