Skip to content

Commit 637b0d0

Browse files
committed
Local model fixes
1 parent a5fa206 commit 637b0d0

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/advanced-usage/local-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Roo Code currently supports two main local model providers:
2525

2626
For detailed setup instructions, see:
2727

28-
* [Setting up Ollama](../providers/ollama)
29-
* [Setting up LM Studio](../providers/lmstudio)
28+
* [Setting up Ollama](/providers/ollama)
29+
* [Setting up LM Studio](/providers/lmstudio)
3030

3131
Both providers offer similar capabilities but with different user interfaces and workflows. Ollama provides more control through its command-line interface, while LM Studio offers a more user-friendly graphical interface.
3232

docs/providers/ollama.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ Roo Code supports running models locally using Ollama. This provides privacy, of
1616
ollama serve
1717
```
1818

19-
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).
19+
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:
20+
21+
* `codellama:7b-code` (good starting point, smaller)
22+
* `codellama:13b-code` (better quality, larger)
23+
* `codellama:34b-code` (even better quality, very large)
24+
* `qwen2.5-coder:32b`
25+
* `mistralai/Mistral-7B-Instruct-v0.1` (good general-purpose model)
26+
* `deepseek-coder:6.7b-base` (good for coding tasks)
27+
* `llama3:8b-instruct-q5_1` (good for general tasks)
2028

2129
To download a model, open your terminal and run:
2230

0 commit comments

Comments
 (0)