Skip to content

用 Express 和 Vue3 搭建的 ChatGPT 演示网页

License

Notifications You must be signed in to change notification settings

blueblueeyes/chatgpt-web

Repository files navigation

ChatGPT Web Bot

English | 中文

ChartGPT demo page built with express and vue3

cover

Usage

Make sure node >= 18

If pnpm is not installed

npm install pnpm -g

install node deps

pnpm install

Sign up for an OpenAI API key and store it in your environment.

# .env
OPENAI_API_KEY="Your Key"

Run service

pnpm run service

Run web

pnpm run dev

License

MIT © ChenZhaoYu

About

用 Express 和 Vue3 搭建的 ChatGPT 演示网页

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.0%
  • TypeScript 24.9%
  • Less 14.1%
  • HTML 0.8%
  • Shell 0.5%
  • Dockerfile 0.4%
  • Other 0.3%