|
|
@@ -73,16 +73,16 @@ Open VS Code and configure Cline:
|
|
|
|
|
|
### Recommended Models
|
|
|
|
|
|
-For the best experience with Cline, use **Qwen3 Coder 30B**. This model provides strong coding capabilities and reliable tool use for local development.
|
|
|
+For the best experience with Cline, use **Qwen 2.5 Coder 32B**. This model provides strong coding capabilities and reliable tool use for local development.
|
|
|
|
|
|
To download it:
|
|
|
```bash
|
|
|
-ollama run qwen3-coder-30b
|
|
|
+ollama pull qwen2.5-coder:32b
|
|
|
```
|
|
|
|
|
|
Other capable models include:
|
|
|
-- `mistral-small` - Good balance of performance and speed
|
|
|
-- `devstral-small` - Optimized for coding tasks
|
|
|
+- `mistral-small:latest` - Good balance of performance and speed
|
|
|
+- `codellama:34b-code` - Optimized for coding tasks
|
|
|
|
|
|
### Important Notes
|
|
|
|