From 2efff465a8b4802eec103c856b0e0d8f4e8db109 Mon Sep 17 00:00:00 2001 From: Antonio Cheong Date: Fri, 7 Jul 2023 15:01:34 +0000 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c410aad..4e022d3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,8 +11,5 @@ services: SERVER_HOST: 0.0.0.0 SERVER_PORT: 8080 ADMIN_PASSWORD: TotallySecurePassword - # Reverse Proxy - Available on accessToken - API_REVERSE_PROXY: https://bypass.churchless.tech/api/conversation - # If the parameter API_REVERSE_PROXY is empty, the default request URL is https://chat.openai.com/backend-api/conversation, and the PUID is required. - # You can get your PUID for Plus account from the following link: https://chat.openai.com/api/auth/session. + # If the parameter API_REVERSE_PROXY is empty, the default request URL is https://chat.openai.com/backend-api/conversation, and the PUID is equired. PUID: xxx