Skip to content

Commit 2abfc5c

Browse files
committed
feature name
1 parent 978f4c1 commit 2abfc5c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
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 performance.
2+
title: Content Streaming in Azure OpenAI
3+
description: Learn about content streaming options in Azure OpenAI, including default and asynchronous filtering modes, and their impact on latency and performance.
44
author: PatrickFarley
55
manager: nitinme
66
ms.service: azure-ai-openai
@@ -10,7 +10,7 @@ ms.author: pafarley
1010
---
1111

1212

13-
# Content filter streaming
13+
# Content streaming
1414

1515
This guide describes the Azure OpenAI content streaming experience and options. Customers can receive content from the API as it's generated, instead of waiting for chunks of content that have been verified to pass the content filters.
1616

articles/ai-services/openai/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ landingContent:
141141
- linkListType: concept
142142
links:
143143
- text: Asynchronous content filtering
144-
url: ./concepts/content-filter-streaming.md
144+
url: ./concepts/content-streaming.md
145145
- text: Red teaming large language models (LLMs)
146146
url: ./concepts/red-teaming.md
147147
- text: Safety system messages

articles/ai-services/openai/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ items:
7474
href: ./concepts/content-filter-annotations.md
7575
- name: Document embedding in prompts
7676
href: ./concepts/content-filter-document-embedding.md
77-
- name: Content filter streaming
78-
href: ./concepts/content-filter-streaming.md
77+
- name: Content streaming
78+
href: ./concepts/content-streaming.md
7979
- name: Data sources
8080
- name: Default safety policies
8181
href: ./concepts/default-safety-policies.md

0 commit comments

Comments
 (0)