Files
chatgpt-web/README.md
2023-02-09 15:51:19 +08:00

320 B

ChatGPT Web Bot

This is a ChatGPT web application demo with express and vue3

cover

Intro

  1. node >= 18
  2. pnpm install node deps
  3. set OPENAI_API_KEY in .env

Run

# 1. run service
pnpm run service

# 2. run web
pnpm run dev

License

MIT © ChenZhaoYu