You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

320 B

ChatGPT Bot Web

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