feat: add other api base url for API

This commit is contained in:
ikechan8370 2023-02-14 18:55:47 +08:00
parent 47f6bb8dfb
commit c0c43461c1
2 changed files with 4 additions and 2 deletions

View file

@ -20,7 +20,8 @@ export const Config = {
apiKey: API_KEY,
// 模型名称选填。如无特殊需求保持默认即可会使用chatgpt-api库提供的当前可用的最适合的默认值。保底可用的是 text-davinci-003。当发现新的可用的chatGPT模型会更新这里的值
// 20230211 text-chat-davinci-002-sh-alpha-aoruigiofdj83 中午存活了几分钟
model: '',
model: 'text-davinci-002-render',
api: '',
// ***********************************************************************************************************************************
// 以下为API2方式的配置 *
// ***********************************************************************************************************************************