Skip to content

Commit b17a458

Browse files
committed
revert reverse proxy
1 parent 7843394 commit b17a458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/index.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ export const defaultConfig = {
8585
// advanced
8686

8787
maxResponseTokenLength: 1000,
88-
customChatGptWebApiUrl: 'https://bypass.churchless.tech', // https://chat.openai.com
89-
customChatGptWebApiPath: '/api/conversation', // /backend-api/conversation
88+
customChatGptWebApiUrl: 'https://chat.openai.com',
89+
customChatGptWebApiPath: '/backend-api/conversation',
9090
customOpenAiApiUrl: 'https://api.openai.com',
9191
siteRegex: 'match nothing',
9292
useSiteRegexOnly: false,

0 commit comments

Comments
 (0)