revert reverse proxy

This commit is contained in:
josc146
2023-04-13 20:03:31 +08:00
parent ffad6bbc81
commit 27df1d7d44
+2 -2
View File
@@ -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,