Skip to content

Commit 9e85687

Browse files
committed
replace generic term
1 parent a809a43 commit 9e85687

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/ai-services/openai/concepts/content-filter-streaming.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Content Filter Streaming in Azure OpenAI
3-
description: Learn about content filter streaming options in Azure OpenAI, including default and asynchronous filtering modes, and their impact on latency and content safety.
3+
description: Learn about content filter streaming options in Azure OpenAI, including default and asynchronous filtering modes, and their impact on latency and Guidelines & controls performance.
44
author: PatrickFarley
55
manager: nitinme
66
ms.service: azure-ai-services
@@ -20,11 +20,11 @@ The content filtering system is integrated and enabled by default for all custom
2020

2121
## Asynchronous filtering
2222

23-
Customers can choose the Asynchronous Filter as an extra option, providing a new streaming experience. In this case, content filters are run asynchronously, and completion content is returned immediately with a smooth token-by-token streaming experience. No content is buffered, which allows for a fast streaming experience with zero latency associated with content safety.
23+
Customers can choose the Asynchronous Filter as an extra option, providing a new streaming experience. In this case, content filters are run asynchronously, and completion content is returned immediately with a smooth token-by-token streaming experience. No content is buffered, which allows for a fast streaming experience with zero latency associated with content filtering.
2424

2525
Customers must understand that while the feature improves latency, it's a trade-off against the safety and real-time vetting of smaller sections of model output. Because content filters are run asynchronously, content moderation messages and policy violation signals are delayed, which means some sections of harmful content that would otherwise have been filtered immediately could be displayed to the user.
2626

27-
**Annotations**: Annotations and content moderation messages are continuously returned during the stream. We strongly recommend you consume annotations in your app and implement other AI content safety mechanisms, such as redacting content or returning other safety information to the user.
27+
**Annotations**: Annotations and content moderation messages are continuously returned during the stream. We strongly recommend you consume annotations in your app and implement other AI Guidelines & control mechanisms, such as redacting content or returning other safety information to the user.
2828

2929
**Content filtering signal**: The content filtering error signal is delayed. If there is a policy violation, it’s returned as soon as it’s available, and the stream is stopped. The content filtering signal is guaranteed within a ~1,000-character window of the policy-violating content.
3030

articles/ai-services/openai/concepts/default-safety-policies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Azure OpenAI default content safety policies
2+
title: Azure OpenAI default Guidelines & controls policies
33
titleSuffix: Azure OpenAI
4-
description: Learn about the default content safety policies that Azure OpenAI uses to flag content and ensure responsible use of the service.
4+
description: Learn about the default Guidelines & controls policies that Azure OpenAI uses to flag content and ensure responsible use of the service.
55
author: PatrickFarley
66
ms.author: pafarley
77
ms.service: azure-ai-openai
@@ -10,7 +10,7 @@ ms.date: 02/20/2025
1010
manager: nitinme
1111
---
1212

13-
# Default content safety policies
13+
# Default Guidelines & controls policies
1414

1515

1616
Azure OpenAI Service includes default safety policies applied to all models, excluding Azure OpenAI Whisper. These configurations provide you with a responsible experience by default, including [content filtering models](/azure/ai-services/openai/concepts/content-filter?tabs=warning%2Cpython-new), blocklists, prompt transformation, [content credentials](/azure/ai-services/openai/concepts/content-credentials), and others.

0 commit comments

Comments
 (0)