From 3fbddfb85c50fd254909dc91d0cdfde1b2815769 Mon Sep 17 00:00:00 2001 From: Sanyam Bhutani Date: Tue, 5 Nov 2024 16:20:48 -0800 Subject: [PATCH] Update 01_Prompt_Engineering101.ipynb --- .../01_Prompt_Engineering101.ipynb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/zero_to_hero_guide/01_Prompt_Engineering101.ipynb b/docs/zero_to_hero_guide/01_Prompt_Engineering101.ipynb index 167a43b70..d69b790f2 100644 --- a/docs/zero_to_hero_guide/01_Prompt_Engineering101.ipynb +++ b/docs/zero_to_hero_guide/01_Prompt_Engineering101.ipynb @@ -221,6 +221,22 @@ "\n", "cprint(f'> Response: {response.completion_message.content}', 'cyan')" ] + }, + { + "cell_type": "markdown", + "id": "76d053b8", + "metadata": {}, + "source": [ + "Thanks for checking out this notebook! \n", + "\n", + "The next one will be a guide on how to chat with images, continue to the notebook [here](./02_Image_Chat101.ipynb). Happy learning!" + ] + }, + { + "cell_type": "markdown", + "id": "cce1f624", + "metadata": {}, + "source": [] } ], "metadata": {