Skip to content

GPT-3 Powered Serverless App using NextJS & React

Notifications You must be signed in to change notification settings

YA117/nextjs-reactjs-gpt-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

For a Detailed How to Guide, on how to create this yourself, checkout this blog post.

About

GPT-3 Powered Serverless App using NextJS & React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.0%
  • CSS 46.0%