From c716fdd287170f21b590f2469e3d3956afbdc2a2 Mon Sep 17 00:00:00 2001 From: Sanyam Bhutani Date: Tue, 5 Nov 2024 16:21:56 -0800 Subject: [PATCH] Update 02_Image_Chat101.ipynb --- docs/zero_to_hero_guide/02_Image_Chat101.ipynb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/zero_to_hero_guide/02_Image_Chat101.ipynb b/docs/zero_to_hero_guide/02_Image_Chat101.ipynb index d62646a4a..4c347a50e 100644 --- a/docs/zero_to_hero_guide/02_Image_Chat101.ipynb +++ b/docs/zero_to_hero_guide/02_Image_Chat101.ipynb @@ -159,6 +159,16 @@ "await main()" ] }, + { + "cell_type": "markdown", + "id": "9b39efb4", + "metadata": {}, + "source": [ + "Thanks for checking out this notebook! \n", + "\n", + "The next one in the series will teach you one of the favorite applications of Large Language Models: [Tool Calling](./03_Tool_Calling101.ipynb). Enjoy!" + ] + }, { "cell_type": "code", "execution_count": null,