/* Haiku-ish Generator Challenge - https://chat.openai.com/
A haiku is a poem that traditionally has three lines.
The first and last lines have five syllables and
the middle line has seven.
Here's an example haiku:
Crafting questions sharp,
Guiding thought with precision,
Answers clearer shine.
Improve the following prompts to build a simple Haiku
generator with ChatGPT:
1. "Make some lists of phrases for a haiku.
I want them to be about artificial intelligence."
2. "Combine the phrases into a haiku."
3. "Make the haikus show up when I press a button."
NOTE: ChatGPT is prone to mistakes when counting syllables, so
don't worry if the generated lines are off by a couple of syllables.
If you want to ensure 100% accurate syllable count,
you can prompt ChatGPT to break down each line and count the syllables.
*/