fix: avante

This commit is contained in:
hypercross 2025-04-01 00:49:11 +08:00
parent 2090cd9904
commit 578651c8c4
1 changed files with 8 additions and 1 deletions

View File

@ -26,7 +26,6 @@ local function yostar(model)
endpoint = "https://litellm.yostar.net", endpoint = "https://litellm.yostar.net",
max_completion_tokens = 12288, max_completion_tokens = 12288,
model = model, model = model,
disable_tools = true,
} }
end end
@ -101,6 +100,14 @@ return {
-- codestral -- codestral
codestral = codestral(), codestral = codestral(),
}, },
-- Key mappings for diff functionality
mappings = {
diff = {
theirs = "<M-l>",
ours = "<M-L>",
},
},
}, },
}, },