Skip to content

Commit d5b5df6

Browse files
committed
disable content filtering
1 parent 3700426 commit d5b5df6

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/ai-services/content-understanding/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,15 @@ See [Quickstart](quickstart/use-ai-foundry.md) for more examples.
7878

7979
### Modified Content Filtering
8080

81-
Azure AI Content Understanding now supports disabling content filtering for approved customers. The subscription IDs with approved modified content filtering impacts the Azure AI Content Understanding output. By default, Content Understanding employs a content filtering system that identifies specific risk categories for potentially harmful content in both submitted prompts and generated outputs. If content is flagged with a high severity level, indicating a significant potential for harm, the output is blocked. For more information on risk categories, *see* [Content filtering](../openai/concepts/content-filter.md#risk-categories).
81+
Azure AI Content Understanding now supports disabling content filtering for approved customers. The subscription IDs with approved modified content filtering impacts the Azure AI Content Understanding output. By default, Content Understanding employs a content filtering system that identifies specific risk categories for potentially harmful content in both submitted prompts and generated outputs. If content is flagged with a high severity level, indicating a significant potential for harm, the output is blocked. For more information on risk categories, *see* [Content filtering: risk categories](../openai/concepts/content-filter.md#risk-categories).
8282

8383
> [!IMPORTANT]
8484
>
8585
> * Apply for modified content filters via this form: [Azure OpenAI Limited Access Review: Modified Content Filters](https://ncv.microsoft.com/uEfCgnITdR).
8686
> * For more information, *see* [**Content Filtering**](../openai/concepts/content-filter.md).
8787
88+
To learn more about how to add modified content filtering to your requests, *see* our [REST API quickstart](quickstart/use-rest-api.md).
89+
8890
## Data privacy and security
8991
Developers using the Content Understanding service should review Microsoft's policies on customer data. For more information, visit our [**Data, protection and privacy**](https://www.microsoft.com/trust-center/privacy) page.
9092

articles/ai-services/content-understanding/quickstart/use-rest-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ First, create a JSON file named `request_body.json` with the following content:
8383
}
8484
```
8585

86-
### Content filtering
86+
##### Content filtering
8787

8888
* Azure AI Content Understanding allows approved customers to disable content filtering.
8989

@@ -136,7 +136,7 @@ First, create a JSON file named `request_body.json` with the following content:
136136
}
137137
```
138138

139-
### Content filtering
139+
##### Content filtering
140140

141141
* Azure AI Content Understanding allows approved customers to disable content filtering.
142142

@@ -203,7 +203,7 @@ First, create a JSON file named `request_body.json` with the following content:
203203
}
204204
```
205205

206-
### Content filtering
206+
##### Content filtering
207207

208208
* Azure AI Content Understanding allows approved customers to disable content filtering.
209209

@@ -255,7 +255,7 @@ First, create a JSON file named `request_body.json` with the following content:
255255
}
256256
}
257257
```
258-
### Content filtering
258+
##### Content filtering
259259

260260
* Azure AI Content Understanding allows approved customers to disable content filtering.
261261

0 commit comments

Comments
 (0)