Simple article generator using GPT.
It will:
- Generate outline
- Separate the outlines into multiple sections
- Generate the sections
- Generate the FAQs
- Write the content to
articles/<title>.md
npm start
--title
- The title of the article to generate.
OPENAI_KEY
- Your OpenAI API key generated from OpenAI.