nextjs-reactjs-gpt-3

A Demo GPT-3 Powered Web App, created using NextJS & ReactJS

QuickStart

  1. Clone this repo

  2. update the OpenAI key in .env.local file: Sample .env.local file

    OPENAI_API_KEY=your-api-key

  3. Install node modules

  4. start the dev server with "yarn dev" or "npm run dev" command

GitHub

https://github.com/harish-garg/nextjs-reactjs-gpt-3