Skip to content

This tool uses GPT to review PRs and leaves actionable PR comments.

Notifications You must be signed in to change notification settings

shruti222patel/gpt-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT-DEV (WIP)

This tool uses GPT to review PRs and leaves actionable PR comments.

Installation

Git clone the repo and install the dependencies with poetry:

poetry install

Usage

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.

About

This tool uses GPT to review PRs and leaves actionable PR comments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages