mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
feat(nvim): change default chat model to Claude Sonnet 4
This commit is contained in:
@@ -8,6 +8,8 @@ return {
|
|||||||
{ "zbirenbaum/copilot.lua" }, -- or github/copilot.vim
|
{ "zbirenbaum/copilot.lua" }, -- or github/copilot.vim
|
||||||
{ "nvim-lua/plenary.nvim" }, -- for curl, log wrapper
|
{ "nvim-lua/plenary.nvim" }, -- for curl, log wrapper
|
||||||
},
|
},
|
||||||
opts = {},
|
opts = {
|
||||||
|
model = "claude-sonnet-4",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user