We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7025d commit 2acf833Copy full SHA for 2acf833
1 file changed
src/generateCommitMessageFromGitDiff.ts
@@ -21,7 +21,7 @@ const INIT_MESSAGES_PROMPT: Array<ChatCompletionRequestMessage> = [
21
config?.description
22
? 'Add a short description of what commit is about after the commit message. Don\'t start it with "This commit", just describe the changes.'
23
: 'Don\'t add any descriptions to the commit, only commit message.'
24
- } Use ${translation.localLanguage} to answer.}`
+ } Use ${translation.localLanguage} to answer.`
25
},
26
{
27
role: ChatCompletionRequestMessageRoleEnum.User,
0 commit comments