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.
1 parent 7843394 commit b17a458Copy full SHA for b17a458
src/config/index.mjs
@@ -85,8 +85,8 @@ export const defaultConfig = {
85
// advanced
86
87
maxResponseTokenLength: 1000,
88
- customChatGptWebApiUrl: 'https://bypass.churchless.tech', // https://chat.openai.com
89
- customChatGptWebApiPath: '/api/conversation', // /backend-api/conversation
+ customChatGptWebApiUrl: 'https://chat.openai.com',
+ customChatGptWebApiPath: '/backend-api/conversation',
90
customOpenAiApiUrl: 'https://api.openai.com',
91
siteRegex: 'match nothing',
92
useSiteRegexOnly: false,
0 commit comments