Merge branch 'v2' of github.com:ikechan8370/chatgpt-plugin into v2

This commit is contained in:
ikechan8370 2023-02-14 00:20:15 +08:00
commit 83c058ab85
2 changed files with 5 additions and 1 deletions

View file

@ -121,4 +121,8 @@ OpenAI 即将开放其官方ChatGPT API且微软必应也公开发布了基
* https://github.com/waylaidwanderer/node-chatgpt-api
* https://chat.openai.com/
## 由于issue实在较多且大多重复建了个QQ群欢迎各位小白大佬来玩
![0AC75C5D0DD03D46962B38C8C1FBFD4F的副本](https://user-images.githubusercontent.com/21212372/218388938-637eeb82-cd3c-472e-b157-40d19c74d69c.png)
![Alt](https://repobeats.axiom.co/api/embed/076d597ede41432208435f233d18cb20052fb90a.svg "Repobeats analytics image")

View file

@ -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
}