fix(avante): migrate to another config

This commit is contained in:
Oliver
2025-06-05 13:20:17 +02:00
parent 41428e5781
commit d28d37f8ca

View File

@@ -22,10 +22,12 @@ return {
opts = { opts = {
-- add any opts here -- add any opts here
provider = "copilot", provider = "copilot",
providers = {
copilot = { copilot = {
model = "claude-sonnet-4", model = "claude-sonnet-4",
-- max_tokens = 4096, -- max_tokens = 4096,
}, },
},
}, },
build = "make", build = "make",
keys = { keys = {