Skip to content

Commit db64594

Browse files
committed
update
1 parent 09e12c2 commit db64594

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/ai-services/openai/how-to/completions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'How to generate text with Azure OpenAI Service'
2+
title: 'How to generate text with the legacy completions API'
33
titleSuffix: Azure OpenAI
4-
description: Learn how to generate or manipulate text, including code by using a completion endpoint in Azure OpenAI Service.
4+
description: Learn how to generate or manipulate text, including code by using the legacy completion endpoint in Azure OpenAI Service.
55
#services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
@@ -13,7 +13,7 @@ recommendations: false
1313

1414
---
1515

16-
# Learn how to generate or manipulate text
16+
# Learn how to generate or manipulate text using the legacy completions API
1717

1818
Azure OpenAI Service provides a **completion endpoint** that can be used for a wide variety of tasks. The endpoint supplies a simple yet powerful text-in, text-out interface to any [Azure OpenAI model](../concepts/models.md). To trigger the completion, you input some text as a prompt. The model generates the completion and attempts to match your context or pattern. Suppose you provide the prompt "As Descartes said, I think, therefore" to the API. For this prompt, Azure OpenAI returns the completion endpoint " I am" with high probability.
1919

articles/ai-services/openai/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart - Deploy a model and generate text using Azure OpenAI Service'
2+
title: 'Quickstart - Deploy a model and generate text using the legacy completions API'
33
titleSuffix: Azure OpenAI
4-
description: Walkthrough on how to get started with Azure OpenAI and make your first completions call.
4+
description: Walkthrough on how to get started with Azure OpenAI and make your first legacy completions API call.
55
#services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
@@ -14,7 +14,7 @@ zone_pivot_groups: openai-quickstart-new
1414
recommendations: false
1515
---
1616

17-
# Quickstart: Get started generating text using Azure OpenAI Service
17+
# Quickstart: Get started generating text using legacy completions API
1818

1919
Use this article to get started making your first calls to Azure OpenAI.
2020

0 commit comments

Comments
 (0)