From ab7cf8c881114dac91c3d8298614cf197f60dc91 Mon Sep 17 00:00:00 2001 From: Daniel Avila Date: Sun, 2 Apr 2023 14:54:02 -0400 Subject: [PATCH] fix(chatgpt-browser.js): update reverseProxyUrl to use new domain name 'https://bypass.churchless.tech' instead of 'https://bypass.duti.tech' --- api/app/clients/chatgpt-browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/clients/chatgpt-browser.js b/api/app/clients/chatgpt-browser.js index e4d452bfd7..0b29f3a599 100644 --- a/api/app/clients/chatgpt-browser.js +++ b/api/app/clients/chatgpt-browser.js @@ -4,7 +4,7 @@ const set = new Set(["gpt-4", "text-davinci-002-render", "text-davinci-002-rende const clientOptions = { // Warning: This will expose your access token to a third party. Consider the risks before using this. - reverseProxyUrl: 'https://bypass.duti.tech/api/conversation', + reverseProxyUrl: 'https://bypass.churchless.tech/api/conversation', // Access token from https://chat.openai.com/api/auth/session accessToken: process.env.CHATGPT_TOKEN, // debug: true