mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: adjust error hint of blocked prompt
This commit is contained in:
parent
6f0a79559b
commit
ac0aa7d02d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue