From 0483f17e4488e1e91d9dd9de69c6ec059db22e13 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Thu, 16 Feb 2023 22:18:54 +0800 Subject: [PATCH] fix: use the latest new reverse proxy use the latest new reverse proxy with load balancer --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index 4bfd046..4eff37c 100644 --- a/config/index.js +++ b/config/index.js @@ -25,7 +25,7 @@ export const Config = { // 以下为API3方式的配置 * // *********************************************************************************************************************************** // from https://github.com/acheong08/ChatGPT - api: 'https://chat.duti.tech/api/conversation', + api: 'https://chatgpt.duti.tech/api/conversation', // *********************************************************************************************************************************** // 以下为API2方式的配置 * // ***********************************************************************************************************************************