Skip to content

Commit dd9b35c

Browse files
committed
feat: Add Ollama installation instructions
1 parent c7eb168 commit dd9b35c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

file2.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Contributions and ideas are welcome, such as:
2+
3+
- Modifying the prompt, model, or LLM provider.
4+
5+
- Generating commit messages for individual files or a single message for all files.
6+
7+
- Optimize or refactor...

0 commit comments

Comments
 (0)