mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: api3传输形式优化
This commit is contained in:
parent
820cf76eaf
commit
ec82629238
2 changed files with 100 additions and 155 deletions
|
|
@ -6,6 +6,8 @@
|
|||
"@waylaidwanderer/chatgpt-api": "^1.33.2",
|
||||
"chatgpt": "^5.1.1",
|
||||
"delay": "^5.0.0",
|
||||
"eventsource": "^2.0.2",
|
||||
"http": "0.0.1-security",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"keyv": "^4.5.2",
|
||||
"keyv-file": "^0.2.0",
|
||||
|
|
@ -14,10 +16,10 @@
|
|||
"random": "^4.1.0",
|
||||
"undici": "^5.21.0",
|
||||
"uuid": "^9.0.0",
|
||||
"ws": "^8.13.0"
|
||||
"ws": "^8.13.0",
|
||||
"eventsource-parser": "^1.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"eventsource-parser": "^1.0.0",
|
||||
"jimp": "^0.22.7",
|
||||
"puppeteer-extra": "^3.3.6",
|
||||
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue