From abc0417977380a546767824ca873a75699067a5a Mon Sep 17 00:00:00 2001 From: Younes Brahimi <43382860+younesbram@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:30:45 -0400 Subject: [PATCH] Update Story_Writing_with_Prompt_Chaining.ipynb (#169) typo fix --- examples/Story_Writing_with_Prompt_Chaining.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Story_Writing_with_Prompt_Chaining.ipynb b/examples/Story_Writing_with_Prompt_Chaining.ipynb index dc10eea2c..32467bbc8 100644 --- a/examples/Story_Writing_with_Prompt_Chaining.ipynb +++ b/examples/Story_Writing_with_Prompt_Chaining.ipynb @@ -52,7 +52,7 @@ "id": "NYMQCbLzVrU_" }, "source": [ - "This notebook demonstrates how to write a story using two powerful: prompt chaining and iterative generation. These can be used to tackle complex tasks that are difficult or impossible to complete in a single step.\n", + "This notebook demonstrates how to write a story using two powerful tools: prompt chaining and iterative generation. These can be used to tackle complex tasks that are difficult or impossible to complete in a single step.\n", "\n", "**Prompt chaining** involves breaking down a larger task into smaller, interconnected prompts. The output of each prompt then becomes the input for the next, guiding the language model through the process step-by-step. This approach offers several benefits:\n", "\n",