mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 聊天记录bug;删除日志
This commit is contained in:
parent
9930e53a03
commit
c3eb8ac5db
4 changed files with 9 additions and 11 deletions
|
|
@ -121,7 +121,9 @@ export class BingAIClient {
|
|||
this.ws.once('message', (data) => {
|
||||
clearTimeout(timeout) // 清除超时定时器
|
||||
const message = JSON.parse(data)
|
||||
logger.info(data)
|
||||
if (this.debug) {
|
||||
logger.info(data)
|
||||
}
|
||||
if (message.event === 'challenge') {
|
||||
logger.warn('遇到turnstile验证码,尝试使用2captcha解决')
|
||||
// 如果收到 challenge,处理挑战
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue