feat: update avante config

This commit is contained in:
ralvescosta 2025-07-04 04:33:05 -03:00
parent 6f05eae344
commit 78ead72af3
1 changed files with 10 additions and 6 deletions

View File

@ -4,13 +4,17 @@ return {
event = 'VeryLazy',
version = false,
opts = {
provider = 'copilot',
cursor_applying_provider = 'copilot',
copilot = {
model = 'claude-3.7-sonnet',
temperature = 0,
max_tokens = 8192,
providers = {
copilot = {
model = 'claude-3.7-sonnet',
timeout = 30000,
extra_request_body = {
temperature = 0,
max_tokens = 8192,
},
},
},
cursor_applying_provider = 'copilot',
},
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
build = 'make',