This tool uses GPT to review PRs and leaves actionable PR comments.
Git clone the repo and install the dependencies with poetry:
poetry install
Add the following to your .env
file:
OPENAI_API_KEY
GITHUB_TOKEN
poetry shell
source .env
python gpt_dev/main.py
Note: right now the repo name, pr number, etc are hardcoded in main.py
. For now, you'll need to update them in that script.