Skip to content

Commit da503aa

Browse files
committed
update instructions
1 parent 5b549de commit da503aa

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

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

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart: Use GPT-4 Turbo with Vision on your images and videos with the Azure OpenAI Service'
2+
title: 'Quickstart: Use images and videos in chats with the Azure OpenAI Service'
33
titleSuffix: Azure OpenAI
4-
description: Use this article to get started using Azure AI Foundry to deploy and use the GPT-4 Turbo with Vision model.
4+
description: Use this article to get started using Azure AI Foundry to deploy and use an image-capable model.
55
services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
@@ -10,23 +10,20 @@ ms.custom: references_regions, ignite-2024
1010
ms.date: 10/03/2024
1111
---
1212

13-
Start exploring GPT-4 Turbo with Vision capabilities with a no-code approach through Azure AI Foundry.
13+
Start using images in your AI chats with a no-code approach through Azure AI Foundry.
1414

1515
## Prerequisites
1616

1717
- An Azure subscription. <a href="https://azure.microsoft.com/free/ai-services" target="_blank">Create one for free</a>.
18-
- An Azure OpenAI Service resource with a GPT-4 Turbo with Vision model deployed. See [GPT-4 and GPT-4 Turbo Preview model availability](../concepts/models.md#gpt-4-and-gpt-4-turbo-model-availability) for available regions. For more information about resource creation, see the [resource deployment guide](/azure/ai-services/openai/how-to/create-resource).
19-
20-
> [!NOTE]
21-
> It is currently not supported to turn off content filtering for the GPT-4 Turbo with Vision model.
18+
- An Azure OpenAI Service resource. See [GPT-4 and GPT-4 Turbo Preview model availability](../concepts/models.md#gpt-4-and-gpt-4-turbo-model-availability) for available regions. For more information about resource creation, see the [resource deployment guide](/azure/ai-services/openai/how-to/create-resource).
2219

2320
## Go to Azure AI Foundry
2421

2522
Browse to [Azure AI Foundry](https://ai.azure.com/) and sign in with the credentials associated with your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
2623

27-
Under **Management** select **Deployments** and **Create** a GPT-4 Turbo with Vision deployment by selecting model name: **"gpt-4"** and model version **"vision-preview"**. For more information about model deployment, see the [resource deployment guide](/azure/ai-services/openai/how-to/create-resource).
24+
Create a project or select an existing one. Navigate to the **Models + endpoints** option on the left, and select **Deploy model**. Choose an image-capable deployment by selecting model name: **gpt-4o** or **gpt-4o-mini**. For more information about model deployment, see the [resource deployment guide](/azure/ai-services/openai/how-to/create-resource).
2825

29-
Under the **Playground** section select **Chat**.
26+
Select the new deployment and select **Open in playground**.
3027

3128
## Playground
3229

@@ -40,18 +37,16 @@ For general help with assistant setup, chat sessions, settings, and panels, refe
4037
#### [Image prompts](#tab/image)
4138

4239
In this chat session, you're instructing the assistant to aid in understanding images that you input.
43-
1. To start, select your GPT-4 Turbo with Vision deployment from the dropdown.
44-
2. In the **Assistant setup** pane, provide a System Message to guide the assistant. The default System Message is: "You are an AI assistant that helps people find information." You can tailor the System Message to the image or scenario that you're uploading.
40+
1. To start, make sure your image-capable deployment is selected in the **Deployment** dropdown.
41+
2. In the **Setup** pane, provide a System Message to guide the assistant. The default System Message is: "You are an AI assistant that helps people find information." You can tailor the System Message to the image or scenario that you're uploading.
4542

4643
> [!NOTE]
47-
> It is recommended to update the System Message to be specific to the task in order to avoid unhelpful responses from the model.
44+
> We recommend you update the System Message to be specific to the task in order to avoid unhelpful responses from the model.
4845
4946
1. Save your changes, and when prompted to confirm updating the system message, select **Continue**.
5047
1. In the **Chat session** pane, enter a text prompt like "Describe this image," and upload an image with the attachment button. You can use a different text prompt for your use case. Then select **Send**.
5148
1. Observe the output provided. Consider asking follow-up questions related to the analysis of your image to learn more.
5249

53-
:::image type="content" source="../media/quickstarts/studio-vision.png" lightbox="../media/quickstarts/studio-vision.png" alt-text="Screenshot of AI Foundry chat playground.":::
54-
5550

5651
## Clean up resources
5752

0 commit comments

Comments
 (0)