1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2026-03-12 21:44:55 +00:00

[neovim] Update avante conf

This commit is contained in:
2026-02-19 20:38:42 +01:00
parent 0b8ae8e026
commit e4e4a23ec3
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ require("avante").setup({
-- model = "claude-3.7-sonnet",
-- model = "claude-sonnet-4",
-- model = "claude-sonnet-4.5",
model = "claude-opus-4.5",
model = "claude-opus-4.6",
timeout = 120000,
},
},

View File

@@ -1,7 +1,7 @@
require("copilot").setup({
suggestion = { enabled = false },
panel = { enabled = false },
copilot_model = "claude-4",
-- copilot_model = "claude-4",
server_opts_overrides = {
settings = {
telemetry = {