chore: use mistral model for gen and zed

main
sudo pacman -Syu 2024-08-11 15:48:14 +07:00
parent b59a939e1c
commit ad2bf49e3d
2 changed files with 2 additions and 2 deletions

View File

@ -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,
})

View File

@ -13,7 +13,7 @@
"assistant": {
"default_model": {
"provider": "ollama",
"model": "codellama:latest"
"model": "mistral:latest"
},
"version": "2",
"provider": null