Generate a summary of an issue and comments using a large language model
Go to file
David Sterry fbb73ebb62 batch mode 2023-10-24 17:37:04 -07:00
tmp batch mode 2023-10-24 17:34:44 -07:00
.gitignore batch mode 2023-10-24 17:34:44 -07:00
LICENSE Initial commit 2023-10-24 18:22:35 +00:00
README.md batch mode 2023-10-24 17:37:04 -07:00
batch.py batch mode 2023-10-24 17:37:04 -07:00
default_settings.py first commit 2023-10-24 11:31:04 -07:00
issue_summarizer.py batch mode 2023-10-24 17:34:44 -07:00
lib.py batch mode 2023-10-24 17:34:44 -07:00
requirements.txt first commit 2023-10-24 11:31:04 -07:00

README.md

issueGPT

Generate a summary of an issue and comments using a large language model

Requirements

  • Python 3.4+
  • GitHub CLI tool
  • OpenAI key

Setup

  • pip install -r requirements.txt
  • Copy default_settings.py to settings.py and enter the repository url and OpenAI API key.

Usage

Individual issue: python issue_summarizer.py <issue-number>

Process up to 150 open issues: python batch.py