fix: 再次优化Bing的错误信息for氷と火の歌

This commit is contained in:
ikechan8370 2023-03-07 23:56:21 +08:00
parent 4f663c3902
commit 5646646261
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ export default class SydneyAIClient {
try {
return JSON.parse(text)
} catch (err) {
logger.error('创建sydney对话失败')
logger.error('创建sydney对话失败: status code: ' + response.status + response.statusText)
console.error(text)
throw new Error(text)
}