not sure if moderation is using the same content policy that used for dalle2
but i asked chatgpt to create a dalle2 prompt
then asked moderation about the prompt and the result is False which mean it’s violation free
the unexpected result came from dalle2 which response is
error_code=content_policy_violation error_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.’ error_param=None error_type=invalid_request_error message=‘OpenAI API error received’ stream_error=False
prompt
In a lush, sun-dappled forest clearing, a close-knit murder of crows gathers, their ebony feathers glistening in the golden light. Perched on gnarled branches, they engage in animated conversation, their beady eyes filled with intelligence. The dominant individuals stand tall, exuding confidence, while others huddle together, displaying unity. As they defend their territory, an unspoken bond unites them, creating an awe-inspiring display of avian camaraderie.
moderation results
{
“flagged”: false,
“categories”: {
“sexual”: false,
“hate”: false,
“harassment”: false,
“self-harm”: false,
“sexual/minors”: false,
“hate/threatening”: false,
“violence/graphic”: false,
“self-harm/intent”: false,
“self-harm/instructions”: false,
“harassment/threatening”: false,
“violence”: false
},
“category_scores”: {
“sexual”: 3.0215446e-07,
“hate”: 7.3630883e-07,
“harassment”: 1.1819523e-05,
“self-harm”: 4.407014e-09,
“sexual/minors”: 1.0557277e-10,
“hate/threatening”: 5.7045113e-10,
“violence/graphic”: 0.00013024326,
“self-harm/intent”: 1.616968e-11,
“self-harm/instructions”: 2.4704102e-12,
“harassment/threatening”: 1.6136098e-06,
“violence”: 0.002816916
}
}