feat: use reliable reverse proxy by default https://bypass.churchless.tech/api/conversation @acheong08

This commit is contained in:
josc146
2023-04-13 17:01:29 +08:00
parent 40366ff7bd
commit 2546a1dc54
+2 -2
View File
@@ -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,