pull/3/head
Travis Fischer 2022-12-02 18:55:29 -06:00
rodzic 6815cf0419
commit 3b737ccb18
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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