From 0a67bb2c1ff34b2ff4960578378bfccf0a267f4b Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sat, 3 Dec 2022 03:08:04 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B7?= 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 fb90831..fcd20c9 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ You can use it to start building projects powered by ChatGPT like chatbots, webs ## How it works -We use headless Chromium via [Playwright](https://playwright.dev) to automate the webapp, so **you still need to have access to ChatGPT**. It just makes building API-like integrations much easier. +It uses headless Chromium via [Playwright](https://playwright.dev) to automate the webapp, so **you still need to have access to ChatGPT**. It just makes building API-like integrations much easier. Chromium will be opened in non-headless mode by default, which is important because the first time you run `ChatGPTAPI.init()`, you'll need to log in manually. We launch Chromium with a persistent context, however, so you shouldn't need to keep re-logging in after the first time.