From d706918958c36e0999dd18dc32cca3962b359f1d 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 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7a804d0..2faa9e2 100644 --- a/readme.md +++ b/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)