A simple project create during a hackathon
- Clone the repository
- Create an API key for open AI at https://platform.openai.com/
- Create the environment file in the project root
.env.local
- Add the API key environment variable
OPEN_AI_API_KEY
in the.env.local
- Run
npm install
- Run
npm run dev
