fix: avante

This commit is contained in:
2025-07-12 15:43:16 +08:00
parent 2090cd9904
commit 578651c8c4
+8 -1
View File
@@ -26,7 +26,6 @@ local function yostar(model)
endpoint = "https://litellm.yostar.net",
max_completion_tokens = 12288,
model = model,
disable_tools = true,
}
end
@@ -101,6 +100,14 @@ return {
-- codestral
codestral = codestral(),
},
-- Key mappings for diff functionality
mappings = {
diff = {
theirs = "<M-l>",
ours = "<M-L>",
},
},
},
},