Skip to content

Commit edba3a6

Browse files
authored
📦 new: tweak config for new model
1 parent f1f49fd commit edba3a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/utils/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"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.",
33
"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.",
4+
"default_model": "gpt-4o-mini",
45
"maxDiffSize": 4000
56
}

0 commit comments

Comments
 (0)