feat: update avante config
This commit is contained in:
parent
6f05eae344
commit
78ead72af3
|
|
@ -4,14 +4,18 @@ return {
|
||||||
event = 'VeryLazy',
|
event = 'VeryLazy',
|
||||||
version = false,
|
version = false,
|
||||||
opts = {
|
opts = {
|
||||||
provider = 'copilot',
|
providers = {
|
||||||
cursor_applying_provider = 'copilot',
|
|
||||||
copilot = {
|
copilot = {
|
||||||
model = 'claude-3.7-sonnet',
|
model = 'claude-3.7-sonnet',
|
||||||
|
timeout = 30000,
|
||||||
|
extra_request_body = {
|
||||||
temperature = 0,
|
temperature = 0,
|
||||||
max_tokens = 8192,
|
max_tokens = 8192,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
cursor_applying_provider = 'copilot',
|
||||||
|
},
|
||||||
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
|
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
|
||||||
build = 'make',
|
build = 'make',
|
||||||
-- build = "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" -- for windows
|
-- build = "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" -- for windows
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue