1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2026-01-17 11:34:24 +00:00

[neovim] Update avante conf to use claude-opus-4.5

This commit is contained in:
2026-01-16 12:15:02 +01:00
parent 67ea8e33e6
commit ffc1927c2b

View File

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