From da176495573aa51a57c0457f1b576adb152ae7a0 Mon Sep 17 00:00:00 2001 From: John Cao Date: Thu, 6 Jul 2023 14:23:51 -0400 Subject: [PATCH] Update apis_and_tokens.md (#594) `accessToken` rather than `access_token` --- docs/install/apis_and_tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/apis_and_tokens.md b/docs/install/apis_and_tokens.md index 0371814f17..1408e7ffc8 100644 --- a/docs/install/apis_and_tokens.md +++ b/docs/install/apis_and_tokens.md @@ -18,7 +18,7 @@ To get your Access token for ChatGPT 'Free Version', you need to: - Go to https://chat.openai.com - Create an account or log in with your existing one - Visit https://chat.openai.com/api/auth/session -- Copy the value of the "access_token" field and save it in ./.env as CHATGPT_ACCESS_TOKEN +- Copy the value of the "accessToken" field and save it in ./.env as CHATGPT_ACCESS_TOKEN Warning: There may be a chance of your account being banned if you deploy the app to multiple users with this method. Use at your own risk. 😱