Thank you for announcing the DALL-E 3 API.
however, I encountered a problem with content_policy_violation when using it, sometimes the error is triggered when entering the Chinese dalle prompt
{“error”:{“code”:“content_policy_violation”,“message”:“Your request was rejected as a result of our safety system. Your prompt may contain text that is not allowed by our safety system.”,“param”:null,“type”:“invalid_request_error”}}
or
{“error”:{“code”:“content_policy_violation”,“message”:“This request has been blocked by our content filters.”,“param”:null,“type”:“invalid_request_error”}}
When I meet content_policy_violation ,i try again with the same Chinese input, sometimes the call succeeds but does not trigger the content_policy_violation error
i notice you fix for the issue of non-English prompts being flagged incorrectly for safety(Concerns Over Stringent Content Policy Blocks in DALL-E 3 API, Especially For Non-English Prompts - #4 by owencmoore)
I guess is that the image generated by dalle is prompt1-prompt2-image.
my prompt1 is Chinese,my prompt2 is generated by gpt, maybe prompt2 triggers content_policy?
How can I avoid this error?
Looking forward to your reply, thank you!