Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 354 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 354 Bytes

Add your OpenAI API key

Add your environment variables to .env.local in the root of the project.

OPENAI_API_KEY=your-api-key

Install dependencies

npm install

Run the development server

npm run dev

Open the demo

Open http://localhost:3000 with your browser to see the result.