fix(avante): migrate to another config
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user