mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: switch back to gpt-3
This commit is contained in:
parent
4a81d68c6e
commit
e59ed0c048
2 changed files with 4 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue