From 24620632ac0b9062643333e7e2eceae63301807b Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 15 Dec 2022 17:49:10 -0600 Subject: [PATCH] docs: update readme status --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index aeedaf6c..41dfefff 100644 --- a/readme.md +++ b/readme.md @@ -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: