Commit 8d241f3a authored by Travis Fischer's avatar Travis Fischer

docs: add demo videos to readme

parent 051cf60c
...@@ -24,6 +24,9 @@ We use headless Chromium via [Playwright](https://playwright.dev) to automate th ...@@ -24,6 +24,9 @@ We use headless Chromium via [Playwright](https://playwright.dev) to automate th
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. When you log in the first time, _make sure that you also dismiss the welcome modal_. 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. When you log in the first time, _make sure that you also dismiss the welcome modal_.
- [Demo video](https://www.loom.com/share/0c44525b07354d679f30c45d8eec6271) showing how the initial auth flow works (29 seconds)
- [Demo video](https://www.loom.com/share/98e712dbddf843289e2b6615095bbdd7) showing how it works if you're already authed (13 seconds)
> **Note** > **Note**
> We'll replace headless chrome with the official API once it's released. > We'll replace headless chrome with the official API once it's released.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment