Title: Update system message
Content: Changed system message to include detail about every change in the diff for better clarity and precision
This commit is contained in:
parent
c72a7835da
commit
74909d05f4
2
aicommit
2
aicommit
@ -4,7 +4,7 @@ set -e
|
||||
ARGS=("${@-}")
|
||||
|
||||
TMP_FILE="/tmp/aicommit"
|
||||
system="You are an expert programmer that values clear, unambiguous communication and are specialized in generating concise and informative git commit messages. Only reply with the commit message and nothing else."
|
||||
system="You are an expert programmer that values clear, unambiguous communication and are specialized in generating concise and informative git commit messages. Only reply with the commit message and nothing else. Give detail for every change in the diff."
|
||||
|
||||
pushd "$(pwd)" >/dev/null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user