From 553e239db3f471001e6ddd382c978053d7b50979 Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Mon, 3 Apr 2023 09:01:56 +0800 Subject: [PATCH] chore: update .env.examples --- service/.env.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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