Skip to content

Commit 1044947

Browse files
Merge pull request #220852 from ChrisHMSFT/chrhoder/contentfilteringupdate
Updated a note on content filtering being off
2 parents 9ec9b81 + 75d8a30 commit 1044947

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cognitive-services/openai/concepts/content-filter.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ keywords:
1616

1717
Azure OpenAI Service includes a content management system that works alongside core models to filter content. This system works by running both the input prompt and generated content through an ensemble of classification models aimed at detecting misuse. If the system identifies harmful content, you'll receive either an error on the API call if the prompt was deemed inappropriate or the finish_reason on the response will be `content_filter` to signify that some of the generation was filtered.
1818

19+
>[!NOTE]
20+
>This content filtering system is temporarily turned off while we work on some improvements. The internal system is still annotating harmful content but the models will not block. Content filtering will be reactivated with the release of upcoming updates. If you would like to enable the content filters at any point before that, please open an [Azure support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview).
21+
1922
You can generate content with the completions API using many different configurations that will alter the filtering behavior you should expect. The following section aims to enumerate all of these scenarios for you to appropriately design your solution.
2023

2124
To ensure you have properly mitigated risks in your application, you should evaluate all potential harms carefully, follow guidance in the [Transparency Note](https://go.microsoft.com/fwlink/?linkid=2200003) and add scenario-specific mitigation as needed.

0 commit comments

Comments
 (0)