yokonsan / midjourney-api

midjourney in discord api.
767 stars 174 forks source link

🐛 Is there any way to determine that a word has not passed the midjorney security check #61

Open taimast opened 1 year ago

taimast commented 1 year ago

问题简述

Is there any way to determine that a word has not passed the midjorney security check, because the api always responds with status ok, even if it is a forbidden word

复现方式

write forbidden word

环境信息

额外信息

No response

一点点的自我检查

sevenent commented 1 year ago

是呀,midjourney的禁用逻辑是AI写的,只会在服务器返回一个只有自己能看到的消息。服务器中的其他机器人都读不到这个消息,在开发者工具中提交完都看不到网络里面有任何相关返回。求解决思路。

taimast commented 11 months ago

I found (probably not the best) solution to my problem, maybe it will help someone