mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-03 09:08:52 +01:00
Update .env.example
added back the lines : # Set to "user_provided" to allow user provided token.
This commit is contained in:
parent
3eddc9712f
commit
857481c263
1 changed files with 3 additions and 1 deletions
|
|
@ -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=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue