From 0b93ffd01c21a16ca91a36140161b7d982fe77e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E4=B8=96=E6=98=8A?= <40659515+202252197@users.noreply.github.com> Date: Tue, 9 May 2023 15:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/index.js b/src/api/index.js index f824730..9efbfdc 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -30,7 +30,7 @@ axios.interceptors.response.use(function (response) { const base = { axios: axios, - baseUrl: 'https://mychat.freechatgpt.cc' + baseUrl: 'https://api.openai.com' } export default base \ No newline at end of file