Skip to content

Commit

Permalink
fix: adjust error hint of blocked prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 committed Dec 12, 2023
1 parent 6f0a795 commit ac0aa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/BingDraw.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default class BingDrawClient {
]
for (let imageLink of imageLinks) {
if (badImages.indexOf(imageLink) > -1) {
await e.reply('❌绘图失败:Bad images', true)
await e.reply('❌绘图失败:绘图完成但被屏蔽,请调整提示词。', true)
logger.error(rText)
}
}
Expand Down

0 comments on commit ac0aa7d

Please sign in to comment.