Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 961 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 961 Bytes

WeChat official access chatGPT

dev

  1. create venv python -m venv .venv
  2. rename .env.example to .env
  3. run pip install -U -r requirements.txt
  4. run python main.py

deploy

  1. run docker compose build
  2. run docker compose up -d

note

credit