chore: use mistral model for gen and zed
parent
b59a939e1c
commit
ad2bf49e3d
|
@ -665,7 +665,7 @@ require("lazy").setup({
|
|||
"David-Kunz/gen.nvim",
|
||||
config = function()
|
||||
require("gen").setup({
|
||||
model = "codellama:latest",
|
||||
model = "mistral:latest",
|
||||
display_mode = "split",
|
||||
show_model = true,
|
||||
})
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"assistant": {
|
||||
"default_model": {
|
||||
"provider": "ollama",
|
||||
"model": "codellama:latest"
|
||||
"model": "mistral:latest"
|
||||
},
|
||||
"version": "2",
|
||||
"provider": null
|
||||
|
|
Loading…
Reference in New Issue