Generate git commit message using LLMs
Adapted from https://gist.github.com/karpathy/1dd0294ef9567971c1e4348a90d69285
Prerequisite: python
- Install the llm cli util:
pip install llm
- Set your openai API key:
llm keys set openai
- Download
git_commit_ai.sh
and make it executable: