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