From 2546a1dc54ce82def21eda5874399af8a438c653 Mon Sep 17 00:00:00 2001 From: josc146 Date: Thu, 13 Apr 2023 17:01:29 +0800 Subject: [PATCH] feat: use reliable reverse proxy by default `https://bypass.churchless.tech/api/conversation` @acheong08 --- src/config/index.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/index.mjs b/src/config/index.mjs index 6953f8e..9993fc9 100644 --- a/src/config/index.mjs +++ b/src/config/index.mjs @@ -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,