feat(avante): switch to claude 3.7

This commit is contained in:
Oliver
2025-02-26 16:30:37 +01:00
parent ee0fe5330b
commit 84cabb5ca1

View File

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