Skip to content

Commit

Permalink
Update Story_Writing_with_Prompt_Chaining.ipynb (#169)
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
younesbram authored Jun 5, 2024
1 parent 4f7fd25 commit abc0417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Story_Writing_with_Prompt_Chaining.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit abc0417

Please sign in to comment.