mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
Merge branch 'v2' of github.com:ikechan8370/chatgpt-plugin into v2
This commit is contained in:
commit
83c058ab85
2 changed files with 5 additions and 1 deletions
|
|
@ -121,4 +121,8 @@ OpenAI 即将开放其官方ChatGPT API,且微软必应也公开发布了基
|
|||
* https://github.com/waylaidwanderer/node-chatgpt-api
|
||||
* https://chat.openai.com/
|
||||
|
||||
## 由于issue实在较多且大多重复,建了个QQ群,欢迎各位小白大佬来玩
|
||||
|
||||

|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -497,7 +497,7 @@ export class ChatGPTPuppeteer extends Puppeteer {
|
|||
}
|
||||
}
|
||||
],
|
||||
model: 'text-davinci-002-render',
|
||||
model: Config.plus ? 'text-davinci-002-render-paid' : 'text-davinci-002-render',
|
||||
parent_message_id: parentMessageId
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue