mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-02 03:59:25 +00:00
[neovim] Use sonnet-3.7 for copilot chat
This commit is contained in:
@ -34,6 +34,7 @@ require("CopilotChat").setup({
|
|||||||
show_user_selection = false,
|
show_user_selection = false,
|
||||||
clear_chat_on_new_prompt = false,
|
clear_chat_on_new_prompt = false,
|
||||||
prompts = prompts,
|
prompts = prompts,
|
||||||
|
model = "claude-3.7-sonnet-thought",
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd("BufEnter", {
|
vim.api.nvim_create_autocmd("BufEnter", {
|
||||||
|
Reference in New Issue
Block a user