From 62c736fa5b85fede78e3f6a53b9c67671c8cf1db Mon Sep 17 00:00:00 2001 From: John A Date: Wed, 8 Nov 2023 13:47:32 +0200 Subject: [PATCH] fix: add tracking to paths --- 09-building-image-applications/notebook-azureopenai.ipynb | 2 +- .../Lesson11-FunctionCalling.ipynb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/09-building-image-applications/notebook-azureopenai.ipynb b/09-building-image-applications/notebook-azureopenai.ipynb index ed4dc1926..74f41cd70 100644 --- a/09-building-image-applications/notebook-azureopenai.ipynb +++ b/09-building-image-applications/notebook-azureopenai.ipynb @@ -38,7 +38,7 @@ "\n", "Here's what Edu4All's students could generate for example if they're working in class on monuments:\n", "\n", - "![Edu4All startup, class on monuments, Eifel Tower](./images/startup.png)\n", + "![Edu4All startup, class on monuments, Eifel Tower](./images/startup.png?WT.mc_id=academic-105485-koreyst)\n", "\n", "using a prompt like \n", "\n", diff --git a/11-integrating-with-function-calling/Lesson11-FunctionCalling.ipynb b/11-integrating-with-function-calling/Lesson11-FunctionCalling.ipynb index 849608d98..4942b2c6d 100644 --- a/11-integrating-with-function-calling/Lesson11-FunctionCalling.ipynb +++ b/11-integrating-with-function-calling/Lesson11-FunctionCalling.ipynb @@ -219,7 +219,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "![Function Calling Flow Diagram](./images/Function-Flow.png)" + "![Function Calling Flow Diagram](./images/Function-Flow.png?WT.mc_id=academic-105485-koreyst)" ] }, { @@ -263,7 +263,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "![Flow of a Function Call](./images/LLM-Flow.png)" + "![Flow of a Function Call](./images/LLM-Flow.png?WT.mc_id=academic-105485-koreyst)" ] }, {