From 76e754355543cced31503913de0f2d0f9b8ccb13 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 6 May 2023 16:47:13 +0800 Subject: [PATCH] docs: update README for access-token library Its looks like 100% full transform language from py to go --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 493a901..a4673fe 100644 --- a/readme.md +++ b/readme.md @@ -389,7 +389,7 @@ To use `ChatGPTUnofficialProxyAPI`, you'll need an OpenAI access token from the - [ericlewis/openai-authenticator](https://github.com/ericlewis/openai-authenticator) - [michael-dm/openai-token](https://github.com/michael-dm/openai-token) - [allanoricil/chat-gpt-authenticator](https://github.com/AllanOricil/chat-gpt-authenticator) -- Python libs +- Go libs - [acheong08/OpenAIAuth](https://github.com/acheong08/OpenAIAuth) These libraries work with email + password accounts (e.g., they do not support accounts where you auth via Microsoft / Google).