From 53cb6128497f884490078bcd24e44f649a6f4996 Mon Sep 17 00:00:00 2001 From: zbyosufzai <145053952+zbyosufzai@users.noreply.github.com> Date: Fri, 8 Mar 2024 08:09:10 -0500 Subject: [PATCH] Update Azure_Pubmed_chatbot.ipynb --- notebooks/GenAI/notebooks/Azure_Pubmed_chatbot.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/GenAI/notebooks/Azure_Pubmed_chatbot.ipynb b/notebooks/GenAI/notebooks/Azure_Pubmed_chatbot.ipynb index 2b61d96..1de15b3 100644 --- a/notebooks/GenAI/notebooks/Azure_Pubmed_chatbot.ipynb +++ b/notebooks/GenAI/notebooks/Azure_Pubmed_chatbot.ipynb @@ -57,7 +57,7 @@ "id": "9dbd13e7-afc9-416b-94dc-418a93e14587", "metadata": {}, "source": [ - "In this tutorial we will be using Azure OpenAI which you can learn how to deploy [here](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/create-resource?pivots=cli). This tutorial utilizes the model **gpt-35-turbo** version 0301 and the embeddings model **text-embedding-ada-002** version 2." + "In this tutorial we will be using Azure OpenAI which (if you havent already) you can learn how to deploy [here](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/create-resource?pivots=cli). This tutorial utilizes the model **gpt-35-turbo** version 0301 and the embeddings model **text-embedding-ada-002** version 2." ] }, {