mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
更新 chat.js
This commit is contained in:
parent
3364dbd89d
commit
4f44094794
1 changed files with 1 additions and 1 deletions
|
|
@ -1113,7 +1113,7 @@ export class chatgpt extends plugin {
|
|||
for (let quote of quotemessage) {
|
||||
if (quote.imageLink) imgUrls.push(quote.imageLink)
|
||||
}
|
||||
if (useTTS && response.length <= Config.autoUsePictureThreshold {
|
||||
if (useTTS && response.length <= Config.autoUsePictureThreshold) {
|
||||
// 缓存数据
|
||||
this.cacheContent(e, use, response, prompt, quotemessage, mood, chatMessage.suggestedResponses, imgUrls)
|
||||
if (response === 'Thanks for this conversation! I\'ve reached my limit, will you hit “New topic,” please?') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue