|
||
---|---|---|
tmp | ||
.gitignore | ||
LICENSE | ||
README.md | ||
batch.py | ||
default_settings.py | ||
issue_summarizer.py | ||
lib.py | ||
requirements.txt |
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
tosettings.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