Use Chat-GPT to review your changes in Git repository.
- create a
.envfile in project root folder - set
OPENAI_API_KEYthere. ex:OPENAI_API_KEY=########################
pip3 install -r requirements.txt
python3 gpt_review.py local --repo_path=[PATH_TO_GIT_REPO]
python3 ./gpt_review.py gitlab --project_id=[gitlab_project_id] --commit-sha=[commit_sha]