Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 321 Bytes

File metadata and controls

18 lines (14 loc) · 321 Bytes

How to use

Install packages

npm install

Get an open api key and add it to a .env file like so:

OPENAI_API_KEY="<your key here>"

Run the project

npm run dev
image