feat(model-file): Adds Gemma3n:e2b to both the Git Diff Summarizer and the Git Commit Message Generator.

This commit is contained in:
2025-09-11 14:52:38 +02:00
parent cdee7b0756
commit 5208eca9b2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Modelfile for Git Diff Summarizer using EmbeddingGemma
# Modelfile for Git Diff Summarizer using Gemma3n:e2b
# This model analyzes git diff output and provides structured summaries per file
FROM gemma3n:e2b

View File

@@ -1,4 +1,4 @@
# Modelfile for Git Commit Message Generator using EmbeddingGemma
# Modelfile for Git Commit Message Generator using Gemma3n:e2b
# This model takes file summaries and generates conventional commit messages
FROM gemma3n:e2b