Forum Discussion
henry_coding101
Jan 24, 2025Copper Contributor
Azure OpenAI Content Filter Result is always content_filter_error
I'm exploring blocklists as a solution for OpenAI not detecting sensitive words (specifically "wrist-cutting" in my local language (Cantonese) (to be fair not even Chinese AIs know the word) I hav...
Kidd_Ip
Jan 25, 2025MVP
Take this:
- Check Blocklist Regex: Double-check the regular expression (regex) rules in your blocklist to ensure they are properly defined for the output content.
- Expand Blocklist: Consider adding more variations or similar content to the blocklist, ensuring that related expressions are also captured, in case the current regex doesn't catch all variations.
- Review Content Management Policies: Ensure that your content filtering policies at the Azure level appropriately reflect your customization needs. Sometimes your configuration may not align perfectly with Azure's default filtering policies.
- Logging and Diagnostics: Enable detailed logging to capture more information about why the content filter might be failing. This can give more clues about what's being missed.