Add logo to README and new image file

- Added centered logo to `README.md` using `<p>` and `<img>` tags.
- Added new image file `docs/ait.webp`.
This commit is contained in:
2024-08-19 21:02:05 +02:00
committed by Max P.
parent 3f5c2cec4f
commit 6c18e41b00
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
![Time](https://waka.mpassarello.de/api/badge/MaxP/interval:any/project:Ait?label=Project%20time)
<p align="center">
<img width="600" src="./docs/ait.webp">
</p>
# AI-Generated Messages from Git Diffs and Logs
This script uses the OpenAI API to generate text based on the outputs of `git diff` and `git log` commands. It can be particularly useful for creating pull request descriptions, commit messages, or any other narrative that requires summarizing changes between different branches or commits in a Git repository.

BIN
docs/ait.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB