Change default copilot agent from claude 3.7 -> 4
This commit is contained in:
parent
662f0a688a
commit
dca2aa5849
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ return {
|
|||
return require("codecompanion.adapters").extend("copilot", {
|
||||
schema = {
|
||||
model = {
|
||||
default = "claude-3.7-sonnet",
|
||||
default = "claude-sonnet-4",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue