From 2aa7e75326d4ea5eb5ed97679af0eb3b200f4063 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 2 Dec 2022 18:55:29 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/readme.md b/legacy/readme.md index 31738374..2644dd27 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -21,9 +21,9 @@ You can use it to start experimenting with ChatGPT by integrating it into websit ## Auth -It uses headless Chromium via [Playwright](https://playwright.dev) under the hood, so **you still need to have access to ChatGPT**, but it makes it much easier to access programatically. +It uses headless Chromium via [Playwright](https://playwright.dev), so **you still need to have access to ChatGPT**, but it makes it much easier to access programatically. -Chromium is 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. Chromium is launched with a persistent context, so you shouldn't need to keep re-logging in after the first time. +Chromium is 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, so you shouldn't need to keep re-logging in after the first time. ## Usage