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": {