From f45bfab4abfa0ceb78859ec24fe72e9469d648cb Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:29:04 +0900 Subject: [PATCH] =?UTF-8?q?Update=20aoai-assignment.ipynb=20(Typo=20"Azure?= =?UTF-8?q?=20Open=20AI"=E2=86=92"Azure=20OpenAI")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/generative-ai-for-beginners/blob/main/07-building-chat-applications/python/aoai-assignment.ipynb #PingMSFTDocs --- 07-building-chat-applications/python/aoai-assignment.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/07-building-chat-applications/python/aoai-assignment.ipynb b/07-building-chat-applications/python/aoai-assignment.ipynb index e8520f84e..4f8d997ff 100644 --- a/07-building-chat-applications/python/aoai-assignment.ipynb +++ b/07-building-chat-applications/python/aoai-assignment.ipynb @@ -31,7 +31,7 @@ "\n", "The Python OpenAI API works with Azure OpenAI as well, with a few modifications. Learn more about the differences here: [How to switch between OpenAI and Azure OpenAI endpoints with Python](https://learn.microsoft.com/azure/ai-services/openai/how-to/switching-endpoints?WT.mc_id=academic-109527-jasmineg)\n", "\n", - "For more quickstart examples please refer to the official [Azure Open AI Quickstart Documentation](https://learn.microsoft.com/azure/cognitive-services/openai/quickstart?pivots=programming-language-studio&WT.mc_id=academic-105485-koreyst)" + "For more quickstart examples please refer to the official [Azure OpenAI Quickstart Documentation](https://learn.microsoft.com/azure/cognitive-services/openai/quickstart?pivots=programming-language-studio&WT.mc_id=academic-105485-koreyst)" ] }, { @@ -845,7 +845,7 @@ }, "source": [ "# References \n", - "- [Azure Documentation - Azure Open AI Models](https://learn.microsoft.com/azure/cognitive-services/openai/concepts/models?WT.mc_id=academic-105485-koreyst) \n", + "- [Azure Documentation - Azure OpenAI Models](https://learn.microsoft.com/azure/cognitive-services/openai/concepts/models?WT.mc_id=academic-105485-koreyst) \n", "- [OpenAI Studio Examples](https://oai.azure.com/portal?WT.mc_id=academic-105485-koreyst) " ] },