From 09e3a322d6223af17f8b02669375144738cc022c Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 12 Jan 2023 04:06:05 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e1940b90f..c0ceeb6af 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Update January 12, 2023 -This package works to access ChatGPT pretty consistently, even after OpenAI added Cloudflare protections. To circumvent these protections, we've added a **fully automated browser-based solution**, which uses Puppeteer and CAPTCHA solvers under the hood. 🔥 +This package allows you to access ChatGPT – even after OpenAI added Cloudflare protections. It uses a **fully automated browser-based solution**, which uses Puppeteer and CAPTCHA solvers under the hood. 🔥 ```ts import { ChatGPTAPIBrowser } from 'chatgpt'