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