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:
parent
41dc5665b4
commit
cf655b7202
6
aicommit
6
aicommit
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user