diff --git a/api/app/chatgpt-browser.js b/api/app/chatgpt-browser.js index a17f277822..8a3c903641 100644 --- a/api/app/chatgpt-browser.js +++ b/api/app/chatgpt-browser.js @@ -3,7 +3,7 @@ const { KeyvFile } = require('keyv-file'); const clientOptions = { // Warning: This will expose your access token to a third party. Consider the risks before using this. - reverseProxyUrl: 'https://chatgpt.duti.tech/api/conversation', + reverseProxyUrl: 'https://bypass.duti.tech/api/conversation', // Access token from https://chat.openai.com/api/auth/session accessToken: process.env.CHATGPT_TOKEN, // debug: true