mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-23 20:00:15 +01:00
update bypass proxy url for browser client
This commit is contained in:
parent
8762765dd0
commit
20da895ee7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue