chore: update .env.examples

This commit is contained in:
ChenZhaoYu 2023-04-03 09:01:56 +08:00
parent e3a3e4dc29
commit 553e239db3
1 changed files with 4 additions and 2 deletions

View File

@ -13,8 +13,10 @@ OPENAI_API_MODEL=
# set `true` to disable OpenAI API debug log
OPENAI_API_DISABLE_DEBUG=
# Reverse Proxy
API_REVERSE_PROXY=
# Reverse Proxy - Available on accessToken
# Default: https://bypass.churchless.tech/api/conversation
# More: https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy
API_REVERSE_PROXY=https://bypass.churchless.tech/api/conversation
# timeout
TIMEOUT_MS=100000