Default to Qwen Coder

This commit is contained in:
Oliver Azevedo Barnes 2025-07-10 18:06:34 +01:00
parent 3e2f901092
commit fa5e7c4631
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View file

@ -42,8 +42,8 @@ impl OllamaCompletionProvider {
}
/// Updates the model used by this provider
pub fn update_model(&mut self, new_model: String) {
self.model = new_model;
pub fn update_model(&mut self, model: String) {
self.model = model;
}
/// Updates the file extension used by this provider