close
The Wayback Machine - https://web.archive.org/web/20230307122453/https://github.com/ddiu8081/chatgpt-demo
Skip to content

ddiu8081/chatgpt-demo

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Files

Permalink
Failed to load latest commit information.

ChatGPT-API Demo

A demo repo based on OpenAI GPT-3.5 Turbo API.

Run Locally

  1. Setup & Install dependencies

    First, you need Node.js installed.

    npm i
  2. Make a copy of .env.example, then rename it to .env

  3. Add your OpenAI API key to .env

    OPENAI_API_KEY=sk-xxx...
    
  4. Run the app

    npm run dev

Deploy With Vercel

Deploy with Vercel

Creative Forked Versions

License

MIT