Skip to content

Commit 2940519

Browse files
authored
Update ollama.md
1 parent 5642abd commit 2940519

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/providers/ollama.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,7 @@ Roo Code supports running models locally using [Ollama](https://ollama.com/). Th
1010
ollama serve
1111
```
1212

13-
2. **Download a Model:** Ollama supports many different models. You can find a list of available models on the [Ollama website](https://ollama.com/library). Some recommended models for coding tasks include:
14-
15-
* `codellama:7b-code` (good starting point, smaller)
16-
* `codellama:13b-code` (better quality, larger)
17-
* `codellama:34b-code` (even better quality, very large)
18-
* `qwen2.5-coder:32b`
19-
* `mistralai/Mistral-7B-Instruct-v0.1` (good general-purpose model)
20-
* `deepseek-coder:6.7b-base` (good for coding tasks)
21-
* `llama3:8b-instruct-q5_1` (good for general tasks)
13+
2. **Download a Model:** Ollama supports many different models. You can find a list of available models on the [Ollama website](https://ollama.com/library).
2214

2315
To download a model, open your terminal and run:
2416

0 commit comments

Comments
 (0)