Skip to content

Commit

Permalink
fix: Update GitCommitGPT-4 message in main.go for clarity and accuracy.
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvanduocit committed Mar 15, 2023
1 parent 4ac30bb commit 22a7ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
var messages = []*Message{
{
Role: "system",
Content: `You are a GitGPT-4, you can only produce commit message for user's git diff. make it short, clean and meaningful.`,
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.`,
},
}

Expand Down

0 comments on commit 22a7ed1

Please sign in to comment.