Skip to content

Commit c857a00

Browse files
Fix formatting issue in index.js file
1 parent 1510ed2 commit c857a00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ const gptCommit = async () => {
4343
}
4444
const prompt = `Generate a Git commit message based on the following summary: ${gitSummary}
4545
\n\nThe Commit message must wrap with double quote like this "your commit message"
46-
\n\nCommit message: `;
46+
\n\nCommit message: `;
47+
console.log(model)
4748
const parameters = {
4849
model,
4950
prompt,

0 commit comments

Comments
 (0)