You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/use-your-image-data.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-openai
8
8
ms.topic: quickstart
9
9
author: aahill
10
10
ms.author: aahi
11
-
ms.date: 11/02/2023
11
+
ms.date: 05/09/2024
12
12
recommendations: false
13
13
---
14
14
@@ -17,7 +17,7 @@ recommendations: false
17
17
Use this article to learn how to provide your own image data for GPT-4 Turbo with Vision, Azure OpenAI’s vision model. GPT-4 Turbo with Vision on your data allows the model to generate more customized and targeted answers using Retrieval Augmented Generation based on your own images and image metadata.
18
18
19
19
> [!IMPORTANT]
20
-
> This article is for using your data on the GPT-4 Turbo with Vision model. If you are interested in using your data for text-based models, see [Use your text data](./use-your-data.md).
20
+
> Once the GPT4-Turbo with vision preview model is deprecated, you will no longer be able to use Azure OpenAI On your image data. To implement a Retrieval Augmented Generation (RAG) solution with image data, see the following sample on [github](https://github.com/Azure-Samples/azure-search-openai-demo/).
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/use-web-app.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-openai
7
7
ms.topic: how-to
8
8
author: aahill
9
9
ms.author: aahi
10
-
ms.date: 03/27/2024
10
+
ms.date: 05/09/2024
11
11
recommendations: false
12
12
---
13
13
@@ -22,7 +22,7 @@ Along with Azure OpenAI Studio, APIs and SDKs, you can also use the available st
22
22
23
23
- Publishing creates an Azure App Service in your subscription. It might incur costs depending on the [pricing plan](https://azure.microsoft.com/pricing/details/app-service/windows/) you select. When you're done with your app, you can delete it from the Azure portal.
24
24
- By default, the app will be deployed with the Microsoft identity provider already configured, restricting access to the app to members of your Azure tenant. To add or modify authentication:
25
-
25
+
- gpt-4 vision-preview models are not supported.
26
26
1. Go to the [Azure portal](https://portal.azure.com/#home) and search for the app name you specified during publishing. Select the web app, and go to the **Authentication** tab on the left navigation menu. Then select **Add an identity provider**.
27
27
28
28
:::image type="content" source="../media/quickstarts/web-app-authentication.png" alt-text="Screenshot of the authentication page in the Azure portal." lightbox="../media/quickstarts/web-app-authentication.png":::
@@ -77,7 +77,7 @@ Consider either clicking the **watch** or **star** buttons on the web app's [Git
77
77
78
78
You can enable chat history for your users of the web app. When you enable the feature, your users will have access to their individual previous queries and responses.
79
79
80
-
To enable chat history, deploy or redeploy your model as a web app using [Azure OpenAI Studio](https://oai.azure.com/portal)
80
+
To enable chat history, deploy or redeploy your model as a web app using [Azure OpenAI Studio](https://oai.azure.com/portal).
81
81
82
82
:::image type="content" source="../media/use-your-data/enable-chat-history.png" alt-text="A screenshot of the chat history enablement button on Azure OpenAI studio." lightbox="../media/use-your-data/enable-chat-history.png":::
83
83
@@ -94,4 +94,4 @@ Deleting your web app does not delete your Cosmos DB instance automatically. To
0 commit comments