Skip to content

Commit

Permalink
Merge pull request #232 from carlotta94c/main
Browse files Browse the repository at this point in the history
Adding note for non-Azure OpenAI endpoints support in the workshop demo
  • Loading branch information
carlotta94c committed Sep 15, 2023
2 parents d6cf699 + 2ee6579 commit ab1b6f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions full/a-gentle-introduction-to-Azure-AI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In this workshop, we will discuss the reason behind the extraordinary media hype
| **What you'll need** | *[Azure subscription](https://azure.microsoft.com), [Azure OpenAI service access](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUOFA5Qk1UWDRBMjg0WFhPMkIzTzhKQ1dWNyQlQCN0PWcu), [GitHub](https://github.com/)* |
| **Duration** | *1h* |
| **Microsoft Cloud Topics taught** | *Azure Cognitive Services* |
| **Just want to try the app or see the solution?** | *https://github.com/Azure-Samples/azure-search-openai-demo/* |
| **Just want to try the app or see the solution?** | *[github.com/Azure-Samples/azure-search-openai-demo](https://github.com/Azure-Samples/azure-search-openai-demo/?WT.mc_id=academic-97358-cacaste)* |
| **Slides** | [Powerpoint](slides.pptx)

## Video
Expand All @@ -27,7 +27,7 @@ In this workshop, we will discuss the reason behind the extraordinary media hype
To replicate the demo included in the workshop on your own Azure subscription you'll need to:
1. Create an Azure Subscription. If you are a student claim your [Azure for Students benefit](https://azure.microsoft.com/free/students/?WT.mc_id=academic-97358-cacaste) (no credit card required), otherwise sign up for an [Azure free trial](https://azure.microsoft.com/pricing/offers/ms-azr-0044p/).
2. [Review the limited access policy](https://learn.microsoft.com/legal/cognitive-services/openai/limited-access?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext&WT.mc_id=academic-97358-cacaste) to Azure OpenAI service.
3. [Apply for access to the Azure OpenAI Service](https://aka.ms/oai/access)
3. [Apply for access to the Azure OpenAI Service](https://aka.ms/oai/access). Note that if your application doesn't match the [acceptance criteria](https://learn.microsoft.com/legal/cognitive-services/openai/limited-access?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext&WT.mc_id=academic-97358-cacaste), you can rely on the [OpenAI public APIs](https://platform.openai.com/docs/api-reference/introduction) to build your prototype.

## What attendees will learn

Expand Down
4 changes: 3 additions & 1 deletion full/a-gentle-introduction-to-Azure-AI/solution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ It showcases 3 different types of scenarios and corresponding behaviors:


## Do you wish to replicate the demo?
To replicate the demo you can refer to the step-by-step tutorial provided in the [original GitHub Repo](https://github.com/Azure-Samples/azure-search-openai-demo), hosting the application code, the Contoso data and the script to deploy the required resources.
To replicate the demo you can refer to the step-by-step tutorial provided in the [original GitHub Repo](https://github.com/Azure-Samples/azure-search-openai-demo?WT.mc_id=academic-97358-cacaste), hosting the application code, the Contoso data and the script to deploy the required resources.

To get started you'll need an **Azure subscription with access enabled for the Azure OpenAI service**. You can request access [here](https://aka.ms/oaiapply). You can also visit [here](https://azure.microsoft.com/free/cognitive-search/) to get some free Azure credits. If you are a student, claim your Azure for Student trial [here](https://azure.microsoft.com/free/students/?WT.mc_id=academic-97358-cacaste).

Note that if you can't get access to Azure OpenAI service, because your application doesn't match the [acceptance criteria](https://learn.microsoft.com/legal/cognitive-services/openai/limited-access?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext&?WT.mc_id=academic-97358-cacaste), you can rely on the [OpenAI public APIs](https://platform.openai.com/docs/api-reference/introduction) to build your prototype. Instructions on how to enable a non-Azure OpenAI endpoint in your solution are included in the [original GitHub Repo](https://github.com/Azure-Samples/azure-search-openai-demo?WT.mc_id=academic-97358-cacaste).


0 comments on commit ab1b6f3

Please sign in to comment.