diff --git a/apps/chat.js b/apps/chat.js index 09572f6..cf03bf9 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -2112,7 +2112,11 @@ export class chatgpt extends plugin { async function getAvailableBingToken (conversation, throttled = []) { let allThrottled = false if (!await redis.get('CHATGPT:BING_TOKENS')) { - throw new Error('未绑定Bing Cookie,请使用#chatgpt设置必应token命令绑定Bing Cookie') + return { + bingToken: null, + allThrottled + } + // throw new Error('未绑定Bing Cookie,请使用#chatgpt设置必应token命令绑定Bing Cookie') } let bingToken = ''