mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-09-12 12:12:14 +08:00
feat: use reliable reverse proxy by default https://bypass.churchless.tech/api/conversation @acheong08
This commit is contained in:
@@ -85,8 +85,8 @@ export const defaultConfig = {
|
|||||||
// advanced
|
// advanced
|
||||||
|
|
||||||
maxResponseTokenLength: 1000,
|
maxResponseTokenLength: 1000,
|
||||||
customChatGptWebApiUrl: 'https://chat.openai.com',
|
customChatGptWebApiUrl: 'https://bypass.churchless.tech', // https://chat.openai.com
|
||||||
customChatGptWebApiPath: '/backend-api/conversation',
|
customChatGptWebApiPath: '/api/conversation', // /backend-api/conversation
|
||||||
customOpenAiApiUrl: 'https://api.openai.com',
|
customOpenAiApiUrl: 'https://api.openai.com',
|
||||||
siteRegex: 'match nothing',
|
siteRegex: 'match nothing',
|
||||||
useSiteRegexOnly: false,
|
useSiteRegexOnly: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user