Default to Qwen Coder
This commit is contained in:
parent
3e2f901092
commit
fa5e7c4631
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue