This is a demo for creating a custom OpenAI Assistant using TriggerDev.
- NextJS with TailwindCSS for the UI and API
- TriggerDev for running the background jobs
- Prisma for the database
- OpenAI ChatGPT for the AI
- Change the file .env.local to .env and fill up the variables
- Run
npm install - Run
npm run dev - Visit the website on http://localhost:3000