fix: switch back to gpt-3

This commit is contained in:
ikechan8370 2023-02-11 14:16:29 +08:00
parent 4a81d68c6e
commit e59ed0c048
2 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,8 @@ const API_KEY = ''
export const Config = {
// 模型名称。如无特殊需求保持默认即可会使用chatgpt-api库提供的当前可用的最适合的默认值。保底可用的是 text-davinci-003。当发现新的可用的chatGPT模型会更新这里的值
model: 'text-chat-davinci-002-sh-alpha-aoruigiofdj83',
// 20230211 text-chat-davinci-002-sh-alpha-aoruigiofdj83 中午存活了几分钟
model: '',
// 如果回答包括屏蔽词,就不返回。例如:'屏蔽词1,屏蔽词2,屏蔽词3'
blockWords: '',
apiKey: API_KEY,