Block a user
b9caddd286
Added instruction to put each change on its own line as a separate sentence in the commit message.
Update enable-expire-notifs.sh
ilguappo
created branch ilguappo-patch-1 in ilguappo/container-expire-notifs
2024-08-16 09:53:17 -04:00
4e9a32f501
Added dependency on babashka.fs and babashka.cli.
5fb26e6220
Refactor aicommit.clj to utilize OpenAI's chat completion API for generating commit messages using groq.
abd32275ba
Added aicommit.clj script to migrate to babashka clojure.
7476e27e01
Refactor instructions to generate concise and informative git commit messages, removing redundant guidelines and emphasizing clarity and understandability
2268f9e401
Added option to use Groq API by adding --groq flag to GIT_EDITOR.
e4d4abb082
Removed unnecessary variable ARGS and directly passed command line arguments to the editor.
32279b7fd5
Relocated echo statements.
a271e5624e
Changed the shebang line from
#!/bin/bash
to #!/usr/bin/env bash
.