From 904d49489e5a282adbe44a0d873ef9af6e32c5d4 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Thu, 2 Mar 2023 20:22:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BB=98=E8=AE=A4API=20baseurl=E5=A1=AB?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/config.js b/utils/config.js index 156a646..db4387f 100644 --- a/utils/config.js +++ b/utils/config.js @@ -14,7 +14,7 @@ const defaultConfig = { cacheUrl: 'https://content.alcedogroup.com', cacheEntry: false, apiKey: '', - openAiBaseUrl: null, + openAiBaseUrl: "https://api.openai.com", drawCD: 30, model: '', temperature: 0.8,