An open API service indexing awesome lists of open source software.

https://github.com/nilicule/gitsummarize

Summarizing the last number of commits using ChatGPT
https://github.com/nilicule/gitsummarize

chatgpt commit git openai python3

Last synced: 3 months ago
JSON representation

Summarizing the last number of commits using ChatGPT

Awesome Lists containing this project

README

          

# GitSummarize

This code fetches the last 10 commits of whatever repo is in the current directory and summarizes the commit using ChatGPT.

As an optional parameter the script lets you choose which model should be used for the summary.

## Installation & usage

```
export OPENAI_API_KEY="sk-YOURKEYGOESHERE"
python ~/Projects/gitsummarize/summarize.py --model gpt-4
```