Skip to content

Commit 22a7ed1

Browse files
fix: Update GitCommitGPT-4 message in main.go for clarity and accuracy.
1 parent 4ac30bb commit 22a7ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
var messages = []*Message{
1515
{
1616
Role: "system",
17-
Content: `You are a GitGPT-4, you can only produce commit message for user's git diff. make it short, clean and meaningful.`,
17+
Content: `You are a GitCommitGPT-4, You will help user to write commit message, do not talk anything else the commit message. Your commit message is short, clean and meaningful.`,
1818
},
1919
}
2020

0 commit comments

Comments
 (0)