mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-03 15:42:40 +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
|
||||
|
||||
maxResponseTokenLength: 1000,
|
||||
customChatGptWebApiUrl: 'https://chat.openai.com',
|
||||
customChatGptWebApiPath: '/backend-api/conversation',
|
||||
customChatGptWebApiUrl: 'https://bypass.churchless.tech', // https://chat.openai.com
|
||||
customChatGptWebApiPath: '/api/conversation', // /backend-api/conversation
|
||||
customOpenAiApiUrl: 'https://api.openai.com',
|
||||
siteRegex: 'match nothing',
|
||||
useSiteRegexOnly: false,
|
||||
|
||||
Reference in New Issue
Block a user