close
Skip to content

Latest commit

 

History

History

README.md

Trigger.dev logo

The open source background jobs framework

Discord | Website | Issues | Docs

Twitter GitHub Repo stars

Custom OpenAI Assistant

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

Installation

  • 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