From 27df1d7d44564b5b45f60e56d08c1a84d9bdfb34 Mon Sep 17 00:00:00 2001 From: josc146 Date: Thu, 13 Apr 2023 20:03:31 +0800 Subject: [PATCH] revert reverse proxy --- 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 9993fc9..6953f8e 100644 --- a/src/config/index.mjs +++ b/src/config/index.mjs @@ -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,