fix: avante
This commit is contained in:
@@ -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>",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user