midjourney-api
midjourney-api copied to clipboard
🐛 Is there any way to determine that a word has not passed the midjorney security check
问题简述
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
环境信息
- OS: 操作系统类型及其版本号
- Python: Python 版本号 (
python --version) - Others: 其它信息
额外信息
No response
一点点的自我检查
是呀,midjourney的禁用逻辑是AI写的,只会在服务器返回一个只有自己能看到的消息。服务器中的其他机器人都读不到这个消息,在开发者工具中提交完都看不到网络里面有任何相关返回。求解决思路。
I found (probably not the best) solution to my problem, maybe it will help someone