Generate a summary of an issue and comments using a large language model
| tmp | batch mode | |
| .gitignore | batch mode | |
| batch.py | batch mode | |
| default_settings.py | first commit | |
| issue_summarizer.py | batch mode | |
| lib.py | batch mode | |
| LICENSE | Initial commit | |
| README.md | batch mode | |
| requirements.txt | first commit | |
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.pytosettings.pyand 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