update bypass proxy url for browser client

This commit is contained in:
Daniel Avila 2023-03-11 23:08:04 -05:00
parent 8762765dd0
commit 20da895ee7

View file

@ -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