From e9bd95de4123d152c0aa5c9cc5290e3e86444597 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sun, 19 Feb 2023 01:21:11 +0800 Subject: [PATCH] fix: revert api --- config/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index e773a20..ee41b5c 100644 --- a/config/index.js +++ b/config/index.js @@ -31,8 +31,7 @@ export const Config = { // 以下为API3方式的配置 * // *********************************************************************************************************************************** // from https://github.com/acheong08/ChatGPT - api: 'https://chatgpt.roki.best/backend-api/conversation', - // api: 'https://chatgpt.duti.tech/api/conversation', + api: 'https://chatgpt.duti.tech/api/conversation', apiBaseUrl: 'https://chatgpt.duti.tech', // *********************************************************************************************************************************** // 以下为API2方式的配置 *