We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
https://bypass.churchless.tech/api/conversation` @acheong08
1 parent 40366ff commit 2546a1dCopy full SHA for 2546a1d
src/config/index.mjs
@@ -85,8 +85,8 @@ export const defaultConfig = {
85
// advanced
86
87
maxResponseTokenLength: 1000,
88
- customChatGptWebApiUrl: 'https://chat.openai.com',
89
- customChatGptWebApiPath: '/backend-api/conversation',
+ customChatGptWebApiUrl: 'https://bypass.churchless.tech', // https://chat.openai.com
+ customChatGptWebApiPath: '/api/conversation', // /backend-api/conversation
90
customOpenAiApiUrl: 'https://api.openai.com',
91
siteRegex: 'match nothing',
92
useSiteRegexOnly: false,
0 commit comments