Merge pull request #148 from danny-avila/update-proxy

fix(chatgpt-browser.js): update reverseProxyUrl to use new domain nam…
This commit is contained in:
Danny Avila 2023-04-02 14:54:47 -04:00 committed by GitHub
commit cd7e3f3774

View file

@ -4,7 +4,7 @@ const set = new Set(["gpt-4", "text-davinci-002-render", "text-davinci-002-rende
const clientOptions = { const clientOptions = {
// Warning: This will expose your access token to a third party. Consider the risks before using this. // 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 // Access token from https://chat.openai.com/api/auth/session
accessToken: process.env.CHATGPT_TOKEN, accessToken: process.env.CHATGPT_TOKEN,
// debug: true // debug: true