From 87cc56e289f319c693f5e6e329b0612d409c1a4d Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Tue, 14 Feb 2023 18:56:43 +0800 Subject: [PATCH] feat: add other api base url for API --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index d938084..e9d8ba6 100644 --- a/config/index.js +++ b/config/index.js @@ -20,7 +20,7 @@ export const Config = { apiKey: API_KEY, // 模型名称,选填。如无特殊需求保持默认即可,会使用chatgpt-api库提供的当前可用的最适合的默认值。保底可用的是 text-davinci-003。当发现新的可用的chatGPT模型会更新这里的值 // 20230211: text-chat-davinci-002-sh-alpha-aoruigiofdj83 中午存活了几分钟 - model: 'text-davinci-002-render', + model: '', api: '', // *********************************************************************************************************************************** // 以下为API2方式的配置 *