From fb94c73841f14b04e9d4548366c150468f8426cb Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Tue, 28 Feb 2023 03:50:43 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/readme.md b/legacy/readme.md index 7a804d0f..2faa9e20 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -314,7 +314,7 @@ Note: info on how the reverse proxies work is not being published at this time i #### Access Token -To use `ChatGPTUnofficialProxyAPI`, you'll need an OpenAI access token from the ChatGPT webapp. To do this, you can use any of the following methods: +To use `ChatGPTUnofficialProxyAPI`, you'll need an OpenAI access token from the ChatGPT webapp. To do this, you can use any of the following methods which take an `email` and `password` and return an access token: - Node.js libs - [ericlewis/openai-authenticator](https://github.com/ericlewis/openai-authenticator)