feat: add ChatGPTAPIBrowser for increased robustness; less efficient but less 429/403/503 errors
Showing
| ... | ... | @@ -38,8 +38,10 @@ |
| "delay": "^5.0.0", | ||
| "eventsource-parser": "^0.0.5", | ||
| "expiry-map": "^2.0.0", | ||
| "html-to-md": "^0.8.3", | ||
| "p-timeout": "^6.0.0", | ||
| "puppeteer-extra": "^3.3.4", | ||
| "puppeteer-extra-plugin-recaptcha": "^3.6.6", | ||
| "puppeteer-extra-plugin-stealth": "^2.11.1", | ||
| "remark": "^14.0.2", | ||
| "strip-markdown": "^5.0.0", | ||
| ... | ... |
src/chatgpt-api-browser.ts
0 → 100644
Please register or sign in to comment