fix: avante
This commit is contained in:
parent
2090cd9904
commit
578651c8c4
|
|
@ -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>",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue