Skip to content

Commit

Permalink
🌷
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Dec 3, 2022
1 parent 0904059 commit 0a67bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0a67bb2

Please sign in to comment.