docs: update readme status

pull/146/head
Travis Fischer 2022-12-15 17:49:10 -06:00
rodzic 769836e2f8
commit 24620632ac
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -4,9 +4,9 @@ On December 11th, OpenAI added Cloudflare protections that make it more difficul
This package has been updated to use Puppeteer to automatically log in to ChatGPT and extract the necessary auth credentials. 🔥
Even with this in place, however, it's not uncommon to run into 429 / 403 errors at the moment using the `getOpenAIAuth` + `ChatGPTAPI` approach.
Even with this in place, however, it's common to run into 429 / 403 errors at the moment using the `getOpenAIAuth` + `ChatGPTAPI` approach.
To circumvent these issues, we've also added a full browser-based solution, which uses Puppeteer to log into the webapp and fully automate the web UI.
To circumvent these issues, we've also added a full browser-based solution, which uses Puppeteer to login and automate the webapp.
The full browser version is working consistently and can be used via: