Skip to content

Commit 6015f7d

Browse files
committed
update
1 parent ab37066 commit 6015f7d

File tree

4 files changed

+7
-20
lines changed

4 files changed

+7
-20
lines changed

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

Lines changed: 7 additions & 20 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.
@@ -45,30 +39,23 @@ You can experiment with the configuration settings such as temperature and pre-r
4539

4640
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.
4741

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.
42+
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.
4943

5044
### Try text summarization
5145

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

5448
1. Sign in to [Azure OpenAI Studio](https://oai.azure.com).
5549
1. Select the subscription and OpenAI resource to work with.
56-
1. Select **GPT-3 Playground** at the top of the landing page.
50+
1. Select **Completions playgrond** on the landing page.
5751
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.
52+
1. Enter a prompt for the model.
5953

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":::
54+
:::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":::
6155

6256
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:
6357

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)
58+
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.
7259

7360
## Clean up resources
7461

70.2 KB
Loading
30.4 KB
Loading
75.9 KB
Loading

0 commit comments

Comments
 (0)