diff --git a/service/.env.example b/service/.env.example index d6f2ba5..e6c8363 100644 --- a/service/.env.example +++ b/service/.env.example @@ -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