Skip to content

Commit 7773d9f

Browse files
committed
AI Studio UI refresh
1 parent 2ceb906 commit 7773d9f

10 files changed

+11
-16
lines changed
-92 KB
Loading
15.7 KB
Loading
-7.32 KB
Loading
-63.8 KB
Loading
-626 KB
Loading
-484 KB
Loading
-96.2 KB
Loading
-37.7 KB
Loading

articles/ai-studio/quickstarts/hear-speak-playground.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ ms.custom:
88
- ignite-2023
99
- build-2024
1010
ms.topic: quickstart
11-
ms.date: 5/21/2024
11+
ms.date: 10/27/2024
1212
ms.reviewer: eur
1313
ms.author: eur
1414
author: eric-urban
1515
---
1616

1717
# Quickstart: Hear and speak with chat models in the AI Studio chat playground
1818

19-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
20-
2119
Give your app the ability to hear and speak by pairing Azure OpenAI Service with Azure AI Speech to enable richer interactions.
2220

2321
In this quickstart, you use Azure OpenAI Service and Azure AI Speech to:
@@ -30,39 +28,36 @@ The speech to text and text to speech features can be used together or separatel
3028
## Prerequisites
3129

3230
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
33-
- An [AI Studio hub](../how-to/create-azure-ai-resource.md) with a chat model deployed. For more information about model deployment, see the [resource deployment guide](../../ai-services/openai/how-to/create-resource.md).
34-
- An [AI Studio project](../how-to/create-projects.md).
35-
31+
- An [AI Studio project](../how-to/create-projects.md).
32+
- A deployed [Azure OpenAI](../how-to/deploy-models-openai.md) chat model. This guide is tested with a `gpt-4` model.
3633

3734
## Configure the chat playground
3835

3936
Before you can start a chat session, you need to configure the chat playground to use the speech to text and text to speech features.
4037

4138
1. Sign in to [Azure AI Studio](https://ai.azure.com).
4239
1. Go to your project or [create a new project](../how-to/create-projects.md) in Azure AI Studio.
43-
1. Select **Playground** > **Chat** from the left pane.
40+
1. Select **Chat** from the list of playgrounds.
4441
1. Select your deployed chat model from the **Deployment** dropdown.
4542

4643
:::image type="content" source="../media/quickstarts/hear-speak/playground-config-deployment.png" alt-text="Screenshot of the chat playground with mode and deployment highlighted." lightbox="../media/quickstarts/hear-speak/playground-config-deployment.png":::
4744

48-
1. Select the **Playground settings** button.
45+
1. Select the **Chat capabilities** button.
4946

50-
:::image type="content" source="../media/quickstarts/hear-speak/playground-settings-select.png" alt-text="Screenshot of the chat playground with options to get to the playground settings." lightbox="../media/quickstarts/hear-speak/playground-settings-select.png":::
47+
:::image type="content" source="../media/quickstarts/hear-speak/playground-settings-select.png" alt-text="Screenshot of the chat playground with options to get to the chat capabilities settings." lightbox="../media/quickstarts/hear-speak/playground-settings-select.png":::
5148

5249
> [!NOTE]
53-
> You should also see the options to select the microphone or speaker buttons. If you select either of these buttons, but haven't yet enabled speech to text or text to speech, you are prompted to enable them in **Playground settings**.
50+
> You should also see the options to select the microphone or speaker buttons. If you select either of these buttons, but haven't yet enabled speech to text or text to speech, you are prompted to enable them in **Chat capabilities**.
5451
55-
1. On the **Playground Settings** page, select the box to acknowledge that usage of the speech feature will incur additional costs. For more information, see [Azure AI Speech pricing](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/).
52+
1. On the **Chat capabilities** page, select the box to acknowledge that usage of the speech feature will incur additional costs. For more information, see [Azure AI Speech pricing](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/).
5653

5754
1. Select **Enable speech to text** and **Enable text to speech**.
5855

59-
:::image type="content" source="../media/quickstarts/hear-speak/playground-settings-enable-speech.png" alt-text="Screenshot of the playground settings page." lightbox="../media/quickstarts/hear-speak/playground-settings-enable-speech.png":::
56+
:::image type="content" source="../media/quickstarts/hear-speak/playground-settings-enable-speech.png" alt-text="Screenshot of the chat capabilities page." lightbox="../media/quickstarts/hear-speak/playground-settings-enable-speech.png":::
6057

6158
1. Select the language locale and voice you want to use for speaking and hearing. The list of available voices depends on the locale that you select.
6259

63-
:::image type="content" source="../media/quickstarts/hear-speak/playground-settings-select-language.png" alt-text="Screenshot of the playground settings page with a voice that speaks Japanese selected." lightbox="../media/quickstarts/hear-speak/playground-settings-select-language.png":::
64-
65-
1. Optionally you can enter some sample text and select **Play** to try the voice.
60+
1. Optionally, you can try the voice before you return to the chat session. Enter some sample text and select **Play** to
6661

6762
1. Select **Save**.
6863

@@ -99,7 +94,7 @@ In this chat session, you use both speech to text and text to speech. You use th
9994
10095
## View sample code
10196
102-
You can select the **View Code** button to view and copy the sample code, which includes configuration for Azure OpenAI and Speech services.
97+
You can select the **View code** button to view and copy the sample code, which includes configuration for Azure OpenAI and Speech services.
10398
10499
:::image type="content" source="../media/quickstarts/hear-speak/chat-session-view-code-button.png" alt-text="Screenshot of the button to view sample code in the playground." lightbox="../media/quickstarts/hear-speak/chat-session-view-code-button.png":::
105100

0 commit comments

Comments
 (0)