Title: Fix typo in system message

Content: Removed unnecessary newline and changed -in back to in in the system message definition.
This commit is contained in:
ilguappo 2024-08-07 04:09:28 -07:00
parent 41dc5665b4
commit cf655b7202

View File

@ -6,10 +6,10 @@ ARGS=("${@-}")
TMP_FILE="/tmp/aicommit"
system=$(
cat - <<EOF
"You are an expert programmer that values clear, unambiguous communication and are specialized
in generating concise and informative git commit messages.
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."
Give detail for every change in the diff.
EOF
)