fix: duplicate this

This commit is contained in:
ikechan8370 2024-03-01 12:05:10 +08:00
parent 89d1c3e287
commit 195d77f00b

View file

@ -1017,9 +1017,9 @@ azure语音Azure 语音是微软 Azure 平台提供的一项语音服务,
logger.error(error)
logger.error(stderr)
logger.info(stdout)
this.this.reply('失败,请查看日志手动操作')
this.reply('失败,请查看日志手动操作')
} else {
this.this.reply('修补完成,请手动重启')
this.reply('修补完成,请手动重启')
}
})
}
@ -1510,7 +1510,7 @@ azure语音Azure 语音是微软 Azure 平台提供的一项语音服务,
return false
}
Config.OpenAiPlatformRefreshToken = token.replaceAll('\'', '')
await this.this.reply('设置成功')
await this.reply('设置成功')
this.finish('doSetOpenAIPlatformToken')
}
@ -1655,7 +1655,7 @@ azure语音Azure 语音是微软 Azure 平台提供的一项语音服务,
// console.log(value)
modelList.push(value)
})
await this.this.reply(makeForwardMsg(e, modelList, '模型列表'))
await this.reply(makeForwardMsg(e, modelList, '模型列表'))
}
async setAPIModel (e) {