Skip to content

Commit 86d3e76

Browse files
Merge pull request #274874 from aahill/pre-build-docs
docs updates
2 parents d0b25da + b32470e commit 86d3e76

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/ai-services/openai/concepts/use-your-image-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-openai
88
ms.topic: quickstart
99
author: aahill
1010
ms.author: aahi
11-
ms.date: 11/02/2023
11+
ms.date: 05/09/2024
1212
recommendations: false
1313
---
1414

@@ -17,7 +17,7 @@ recommendations: false
1717
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.
1818

1919
> [!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/).
2121
2222
## Prerequisites
2323

articles/ai-services/openai/how-to/use-web-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-openai
77
ms.topic: how-to
88
author: aahill
99
ms.author: aahi
10-
ms.date: 03/27/2024
10+
ms.date: 05/09/2024
1111
recommendations: false
1212
---
1313

@@ -22,7 +22,7 @@ Along with Azure OpenAI Studio, APIs and SDKs, you can also use the available st
2222

2323
- 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.
2424
- 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.
2626
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**.
2727

2828
:::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
7777

7878
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.
7979

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).
8181

8282
:::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":::
8383

@@ -94,4 +94,4 @@ Deleting your web app does not delete your Cosmos DB instance automatically. To
9494

9595
## Next steps
9696
* [Prompt engineering](../concepts/prompt-engineering.md)
97-
* [Azure openAI on your data](../concepts/use-your-data.md)
97+
* [Azure OpenAI on your data](../concepts/use-your-data.md)

0 commit comments

Comments
 (0)