From 0d3ca08c7880e92bad90273c2dfaa802d7a990ed Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 15 Dec 2022 17:17:37 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index f3ace54..bacf642 100644 --- a/readme.md +++ b/readme.md @@ -235,6 +235,8 @@ Pass `sessionToken`, `clearanceToken`, and `userAgent` to the `ChatGPTAPI` const These restrictions are for the `getOpenAIAuth` + `ChatGPTAPI` solution, which uses the unofficial API. The browser-based solution, `ChatGPTAPIBrowser`, doesn't have many of these restrictions, though you'll still have to manually bypass CAPTCHAs by hand. +Note: currently `ChatGPTAPIBrowser` doesn't support continuing arbitrary conversations based on `conversationId`. You can only continue conversations in the current tab or start new conversations using the `resetThread()` function. + **Please read carefully** - You must use `node >= 18` at the moment. I'm using `v19.2.0` in my testing.