feat(avante): change model to sonnet 4

This commit is contained in:
2025-05-23 15:49:25 +02:00
parent 50afa3bc6c
commit 567f244c46

View File

@@ -23,7 +23,7 @@ return {
-- add any opts here
provider = "copilot",
copilot = {
model = "claude-3.7-sonnet",
model = "claude-sonnet-4",
-- max_tokens = 4096,
},
},