From 824e73f128bbfa365403798a3534b564b968ed81 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 12 Jan 2023 04:07:37 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f456205..e77dd31 100644 --- a/readme.md +++ b/readme.md @@ -21,9 +21,9 @@ We recently added support for CAPTCHA automation using either [nopecha](https:// There are some restrictions to be aware of, however: -- Cloudflare doesn't like requests coming from data center IPs, so you'll either have to run it locally or use a residential IP proxy. +- Cloudflare doesn't like requests coming from data center IPs, so you'll likely either need to run it locally or use a residential IP proxy. - You should only have one `sendMessage` request at a time per browser instance and OpenAI account. -- It can be difficult to reliably process `sendMessage` requests after awhile. My best advice for handling this is to wrap your usage in some basic retry logic as well as a daemon which restarts your Node.js process every hour or so. This is unfortunately a byproduct of there not being an official API, so keep that in mind before using this in production. +- It can be difficult to reliably process `sendMessage` requests after awhile. My best advice for handling this is to wrap your usage in some basic retry logic as well as a daemon which restarts your Node.js process every hour or so. This is unfortunately a by-product of there not being an official API, so keep that in mind before using this in production. If you run into any issues, we do have a pretty active [Discord](https://discord.gg/v9gERj825w) with a bunch of ChatGPT hackers from the Node.js & Python communities.