mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 10:29:26 +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,
|
||||
clear_chat_on_new_prompt = false,
|
||||
prompts = prompts,
|
||||
model = "claude-3.7-sonnet-thought",
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd("BufEnter", {
|
||||
|
Reference in New Issue
Block a user