mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-19 19:04:01 +00:00
532 B
532 B
ChatGPT Web Bot
English | 中文
使用 express 和 vue3 搭建的 ChartGPT 演示网页
使用
Make sure
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