We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7eb168 commit dd9b35cCopy full SHA for dd9b35c
file2.md
@@ -0,0 +1,16 @@
1
+### Installation
2
+
3
+- [Olama](https://ollama.com/download)
4
5
+- [Ollama Model](https://ollama.com/library/gemma3)
6
7
+This script currently uses the `gemma3:4b` model.
8
9
+```
10
+ollama run gemma3:4b
11
12
13
+- [Python Ollama](https://github.com/ollama/ollama-python)
14
15
+pip install ollama
16
file_1.txt
@@ -0,0 +1,7 @@
+Contributions and ideas are welcome, such as:
+- Modifying the prompt, model, or LLM provider.
+- Generating commit messages for individual files or a single message for all files.
+- Optimize or refactor...
0 commit comments