From 4c913bcc27cfa4c6cb6dabb3a30f4782ccd74269 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 17 Dec 2023 08:54:30 -0400 Subject: [PATCH] Fix broken Json in the notebook --- 06-text-generation-apps/notebook-azure-openai.ipynb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/06-text-generation-apps/notebook-azure-openai.ipynb b/06-text-generation-apps/notebook-azure-openai.ipynb index 52f0929c9..70afa166c 100644 --- a/06-text-generation-apps/notebook-azure-openai.ipynb +++ b/06-text-generation-apps/notebook-azure-openai.ipynb @@ -223,10 +223,7 @@ "cell_type": "code", "execution_count": null, "metadata": {}, - "outputs": [ - ] - } - ], + "outputs": [], "source": [ "import os\n", "from openai import AzureOpenAI\n",