From d3ebd028286d473278f49c181bd13866c9ef08e9 Mon Sep 17 00:00:00 2001 From: Oleksiy Syvokon Date: Thu, 18 Dec 2025 20:38:34 +0200 Subject: [PATCH] Fix default model --- crates/ollama/src/ollama_edit_prediction_delegate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ollama/src/ollama_edit_prediction_delegate.rs b/crates/ollama/src/ollama_edit_prediction_delegate.rs index efad7d916a94ea6250c2533d908a289d4f690141..7ada59098f77cf0d9ecd6c074e189c9bd6abb2f9 100644 --- a/crates/ollama/src/ollama_edit_prediction_delegate.rs +++ b/crates/ollama/src/ollama_edit_prediction_delegate.rs @@ -163,7 +163,7 @@ impl EditPredictionDelegate for OllamaEditPredictionDelegate { .ollama .model .clone() - .unwrap_or_else(|| "qwen2.5-coder:1.5b".to_string()); + .unwrap_or_else(|| "qwen2.5-coder:3b-base".to_string()); let api_url = settings .edit_predictions .ollama