Skip to content

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

License

Notifications You must be signed in to change notification settings

xubodreamsky/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 58.2%
  • TypeScript 26.3%
  • Less 13.7%
  • HTML 0.8%
  • Dockerfile 0.4%
  • JavaScript 0.3%
  • Other 0.3%