mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-02-14 00:45:24 +00:00
480 B
480 B
ChatGPT Web Bot
English | 中文
ChartGPT demo page built with express and vue3
Usage
Make sure
node >= 18
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