chatgpt_academic/docs/WithFastapi.md
2023-04-22 17:55:50 +08:00

336 B

Running with fastapi

We currently support fastapi in order to solve sub-path deploy issue.

  1. checkout to subpath branch
git checkout subpath
  1. merge lastest features (optional)
git merge master
  1. change CUSTOM_PATH setting in config.py
nano config.py
  1. Go!
python main.py