Skip to content

Commit 5758565

Browse files
committed
docs: refactor diff summarization
1 parent 8669696 commit 5758565

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ An advanced algorithm that aggregates signals from:
8787
To leverage the power of LLMs offline:
8888

8989
1. **Install Ollama** from [ollama.com](https://ollama.com).
90-
2. **Pull a model**: `ollama pull qwen2.5-coder:3b`
90+
2. **Pull a model**: `ollama pull qwen2.5-coder:7b`
9191
3. **Initialize Gitmit config**: `gitmit init`
9292
4. **Enable AI** in `.gitmit.json`:
9393
```json
9494
{
9595
"engine": "ollama",
9696
"ollama": {
97-
"model": "qwen2.5-coder:3b"
97+
"model": "qwen2.5-coder:7b"
9898
}
9999
}
100100
```

0 commit comments

Comments
 (0)