From e144d78e7d55977baebd93cbb49c4e017dd1a747 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 18 Dec 2022 01:40:38 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=AB?= 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 452be09..8ad3a03 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ const result = await api.sendMessage('Hello World!') console.log(result.response) ``` -This solution is not lightweight, but it does work a lot more consistently than the previous REST API-based approach. I'm currently using the browser approach to power 10 OpenAI accounts concurrently for my [Twitter bot](https://github.com/transitive-bullshit/chatgpt-twitter-bot). 😂 +This solution is not lightweight, but it does work a lot more consistently than the previous REST API-based approach. For example, I'm currently using this approach to automate 10 concurrent OpenAI accounts for my [Twitter bot](https://github.com/transitive-bullshit/chatgpt-twitter-bot). 😂 To use the updated version, **make sure you're using the latest version of this package and Node.js >= 18**. Then update your code following the examples below, paying special attention to the sections on [Authentication](#authentication), [Restrictions](#restrictions), and [CAPTCHAs](#captchas).