Skip to content

Commit d598100

Browse files
authored
Merge pull request #384 from mrbullwinkle/mrb_19_2024_completions
[Azure OpenAI] Studio Completions UX updates
2 parents cad5cf8 + 03984ab commit d598100

File tree

4 files changed

+7
-22
lines changed

4 files changed

+7
-22
lines changed

articles/ai-services/openai/includes/studio.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@ description: Walkthrough on how to get started with Azure OpenAI and make your f
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 11/15/2023
8+
ms.date: 09/19/2023
99
---
1010

1111
## Prerequisites
1212

1313
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
1414
- An Azure OpenAI resource with a model deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
1515

16-
> [!div class="nextstepaction"]
17-
> [I ran into an issue with the prerequisites.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=STUDIO&Pillar=AOAI&Product=gpt&Page=quickstart&Section=Prerequisites)
18-
19-
> [!TIP]
20-
> Try out the new unified [Azure AI Studio (preview)](../../../ai-studio/what-is-ai-studio.md) which brings together capabilities from across multiple Azure AI services.
21-
2216
## Go to the Azure OpenAI Studio
2317

2418
Navigate to Azure OpenAI Studio at <a href="https://oai.azure.com/" target="_blank">https://oai.azure.com/</a> and sign-in with credentials that have access to your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
@@ -27,8 +21,6 @@ From the Azure OpenAI Studio landing page navigate further to explore examples f
2721

2822
:::image type="content" source="../media/quickstarts/studio-start.png" alt-text="Screenshot of the Azure OpenAI Studio landing page." lightbox="../media/quickstarts/studio-start.png":::
2923

30-
Go to the [Playground](#playground) for experimentation and fine-tuning workflow.
31-
3224
## Playground
3325

3426
Start exploring Azure OpenAI capabilities with a no-code approach through the GPT-3 Playground. It's simply a text box where you can submit a prompt to generate a completion. From this page, you can quickly iterate and experiment with the capabilities.
@@ -45,30 +37,23 @@ You can experiment with the configuration settings such as temperature and pre-r
4537

4638
Azure OpenAI also performs content moderation on the prompt inputs and generated outputs. The prompts or responses may be filtered if harmful content is detected. For more information, see the [content filter](../concepts/content-filter.md) article.
4739

48-
In the GPT-3 playground you can also view Python and curl code samples pre-filled according to your selected settings. Just select **View code** next to the examples dropdown. You can write an application to complete the same task with the OpenAI Python SDK, curl, or other REST API client.
40+
In the Completions playground you can also view Python and curl code samples pre-filled according to your selected settings. Just select **View code** next to the examples dropdown. You can write an application to complete the same task with the OpenAI Python SDK, curl, or other REST API client.
4941

5042
### Try text summarization
5143

52-
To use the Azure OpenAI for text summarization in the GPT-3 Playground, follow these steps:
44+
To use the Azure OpenAI for text summarization in the Completions playground, follow these steps:
5345

5446
1. Sign in to [Azure OpenAI Studio](https://oai.azure.com).
5547
1. Select the subscription and OpenAI resource to work with.
56-
1. Select **GPT-3 Playground** at the top of the landing page.
48+
1. Select **Completions playground** on the landing page.
5749
1. Select your deployment from the **Deployments** dropdown. If your resource doesn't have a deployment, select **Create a deployment** and then revisit this step.
58-
1. Select **Summarize Text** from the **Examples** dropdown.
50+
1. Enter a prompt for the model.
5951

60-
:::image type="content" source="../media/quickstarts/summarize-text.png" alt-text="Screenshot of the playground page of the Azure OpenAI Studio with the Summarize Text dropdown selection visible" lightbox="../media/quickstarts/summarize-text.png":::
52+
:::image type="content" source="../media/quickstarts/summarize-text.png" alt-text="Screenshot of the playground page of the Azure OpenAI Studio with a text summarization example." lightbox="../media/quickstarts/summarize-text.png":::
6153

6254
1. Select `Generate`. Azure OpenAI will attempt to capture the context of text and rephrase it succinctly. You should get a result that resembles the following text:
6355

64-
```
65-
Tl;dr A neutron star is the collapsed core of a supergiant star. These incredibly dense objects are incredibly fascinating due to their strange properties and their potential for phenomena such as extreme gravitational forces and a strong magnetic field.
66-
```
67-
68-
The accuracy of the response can vary per model. The Davinci based model in this example is well-suited to this type of summarization, whereas a Codex based model wouldn't perform as well at this particular task.
69-
70-
> [!div class="nextstepaction"]
71-
> [I ran into an issue with the playground.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=STUDIO&Pillar=AOAI&Product=gpt&Page=quickstart&Section=Set-up)
56+
The accuracy of the response can vary per model. The `gpt-35-turbo-instruct` based model in this example is well-suited to this type of summarization, though in general we recommend using the alternate chat completions API unless you have a particular use case that is particularly suited to the completions API.
7257

7358
## Clean up resources
7459

70.2 KB
Loading
30.4 KB
Loading
75.9 KB
Loading

0 commit comments

Comments
 (0)