Skip to content

futuregene/open-demo

Repository files navigation

WestlakeChat OpenAPI Demo

Documentation

Develop

  1. Install NodeJS
  2. Install pnpm npm install pnpm
  3. Install dependencies pnpm install
  4. Rename .env.example to .env, Edit .env set your bot id and api key
  5. Dev pnpm run dev

Deploy

  • pm2: pnpm run start
  • docker: ./build_local_image.sh