From 857481c2634627d4b0b949fefb173de57c6aadd5 Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:09:24 -0400 Subject: [PATCH] Update .env.example added back the lines : # Set to "user_provided" to allow user provided token. --- api/.env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/.env.example b/api/.env.example index d665457b1e..4a9d404f10 100644 --- a/api/.env.example +++ b/api/.env.example @@ -42,6 +42,7 @@ OPENAI_MODELS=gpt-3.5-turbo,gpt-3.5-turbo-0301,text-davinci-003,gpt-4 # Also used for Sydney and jailbreak # BingAI Tokens: the "_U" cookies value from bing.com +# Set to "user_provided" to allow user provided token. # Leave it blank to disable this endpoint. BINGAI_TOKEN= @@ -56,7 +57,8 @@ BINGAI_TOKEN= # ChatGPT Browser Client (free but use at your own risk) # Access token from https://chat.openai.com/api/auth/session -# Exposes your access token to `CHATGPT_REVERSE_PROXY` +# Exposes your access token to `CHATGPT_REVERSE_PROXY` +# Set to "user_provided" to allow user provided token. # Leave it blank to disable this endpoint CHATGPT_TOKEN=