mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-02-06 04:58:41 +00:00
ChatGPT Web Bot
中文 | English
ChartGPT demo page built with express and vue3
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
Description
Languages
Vue
53.6%
TypeScript
31.9%
Less
13.1%
HTML
0.7%
Dockerfile
0.3%
Other
0.3%