mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 再次优化Bing的错误信息for氷と火の歌
This commit is contained in:
parent
4f663c3902
commit
5646646261
2 changed files with 2 additions and 2 deletions
|
|
@ -791,7 +791,7 @@ export class chatgpt extends plugin {
|
|||
errorMessage = ''
|
||||
break
|
||||
} catch (error) {
|
||||
const message = error?.message || error?.data?.message || `与Bing通信时出错: ${JSON.parse(error)}`
|
||||
const message = error?.message || error?.data?.message || '与Bing通信时出错.'
|
||||
if (message !== 'Timed out waiting for first message.') {
|
||||
logger.error(error)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue