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 8669696 commit 5758565Copy full SHA for 5758565
1 file changed
README.md
@@ -87,14 +87,14 @@ An advanced algorithm that aggregates signals from:
87
To leverage the power of LLMs offline:
88
89
1. **Install Ollama** from [ollama.com](https://ollama.com).
90
-2. **Pull a model**: `ollama pull qwen2.5-coder:3b`
+2. **Pull a model**: `ollama pull qwen2.5-coder:7b`
91
3. **Initialize Gitmit config**: `gitmit init`
92
4. **Enable AI** in `.gitmit.json`:
93
```json
94
{
95
"engine": "ollama",
96
"ollama": {
97
- "model": "qwen2.5-coder:3b"
+ "model": "qwen2.5-coder:7b"
98
}
99
100
```
0 commit comments