Skip to content

Commit 7e9ab98

Browse files
committed
fix: Update Gemma model name in auto_commit.py
1 parent 5bfdd97 commit 7e9ab98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auto_commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
model = "gemma3:4b"
66
prompt = f"""
77
Given the following Git diff and the list of changed files (with file types), suggest a single concise and relevant commit message that best summarizes all the changes made. Use a conventional commit style (e.g., feat:, fix:, chore:, docs:, refactor:). The message should be no longer than 72 characters.
8-
Just return the commit messages without any additional text or explanation.
8+
Just return the commit messages without any additional text or explanation, without any Markdown formatting.
99
Input:
1010
Git Diff:
1111
[Git Diff]

0 commit comments

Comments
 (0)