chore: update .env.examples
This commit is contained in:
parent
e3a3e4dc29
commit
553e239db3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue