Skip to content

Commit

Permalink
chore: use mistral model for gen and zed
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Aug 11, 2024
1 parent b59a939 commit ad2bf49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down
2 changes: 1 addition & 1 deletion data/zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"assistant": {
"default_model": {
"provider": "ollama",
"model": "codellama:latest"
"model": "mistral:latest"
},
"version": "2",
"provider": null
Expand Down

0 comments on commit ad2bf49

Please sign in to comment.