mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
Merge branch 'main' into feat-endpoint-style-structure
This commit is contained in:
commit
03f63975cc
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ const browserClient = async ({
|
||||||
|
|
||||||
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.churchless.tech/api/conversation',
|
reverseProxyUrl: process.env.CHATGPT_REVERSE_PROXY || '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,
|
||||||
model: modelMap.get(model),
|
model: modelMap.get(model),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue