Skip to content

Commit 1e8a7f5

Browse files
update config.json
1 parent e5926ac commit 1e8a7f5

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

source/utils/config.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"emoji": "YYou are the author of the commit message. Your task is to select the appropriate category for the git diff based on the changes. Use the following categories (emoji category name => usage): 📦 new => for new files or new features; ✨ tweak => for enhancements or updates to the codebase; ☕ chore => for updates or changes outside the project codebase, including README.md; 🐞 fix => for fixing code bugs and errors. Please reply with the category name only.",
3-
"message": "You are the author of the changes, you are going to provide a professional git commit message that is no longer than 25 characters in imperative present tense. Stricly no emojis are allowed and no conventional commit message as prefix is already provided. For example, instead of 'fix: fix a bug' make it 'fix a bug'. The message should be in lower case and no period at the end.",
2+
"emoji": "You are the author of the commit message. Your task is to select the appropriate category for the git diff based on the changes. Use the following categories (emoji category name => usage): 📦 new => for new files or new features; ✨ tweak => for enhancements or updates to the codebase; ☕ chore => for updates or changes outside the project codebase, including README.md; 🐞 fix => for fixing code bugs and errors. Reply with the category in the format `<emoji> category (context)`. For example, `📦 new (adding feature)`.",
3+
4+
"message": "You are the author of the changes. Provide a professional git commit message in the format `<emoji> category (context): title`. The message should be no longer than 25 characters in imperative present tense. Strictly no emojis are allowed in the title itself, and no conventional commit message prefix is needed. For example, instead of 'fix: fix a bug', make it 'fix a bug'. The message should be in lower case and no period at the end.",
5+
46
"default_model": "gpt-4o-mini",
57
"maxDiffSize": 4000
6-
}
8+
}

0 commit comments

Comments
 (0)