mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-03-14 22:25:24 +00:00
[neovim] Use sonnet-3.7 for copilot chat
This commit is contained in:
parent
846d522a7a
commit
85eca71ca1
@ -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", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user