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

使用 express 和 vue3 搭建的 ChartGPT 演示网页

cover

使用

确保 node >= 18

如果你没有安装过 pnpm

npm install pnpm -g

安装依赖

pnpm install

获取 OpenAI API key 到本地环境变量

# .env
OPENAI_API_KEY="Your Key"

运行服务

pnpm run service

运行网页

pnpm run dev

License

MIT © ChenZhaoYu

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

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