Skip to content

一款 ChatGPT 3.5 调用 API Web 界面的 可以使用快速部署

License

Notifications You must be signed in to change notification settings

FlyumMicro/chatgpt_web

Repository files navigation

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 (v18+) 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

License

MIT

About

一款 ChatGPT 3.5 调用 API Web 界面的 可以使用快速部署

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published