Node.js ChatGPT Demo!

This project contains different demos using ChatGPT and showcaseS how to build powerful AI Workflows using minds

demo

Ensure you have a .env file with the OpenAI API Key

cp .env.example .env

Ask ChatGPT as one of the following characters:

  • Leonardo Davinci
  • William Shakespeare
  • Yoda
  • Steve Jobs

Execute the following command to see it in action:

npm run start

Analyze a customer support request using minds by automatically identifying:

  • Product Name
  • Issue description
  • Issue summary
  • Payment method
npm run support-demo