Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 187 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 187 Bytes

Provide OpenAI API Key**

Create a .env.local file in the root of the repo with your OpenAI API Key:

```bash
OPENAI_API_KEY=<YOUR_KEY>

4. Run App

npm run dev