feat: add AvanteModels command (#1575)
This commit is contained in:
@@ -154,3 +154,4 @@ end, {
|
||||
complete = function(_, _, _) return { "history", "memory", "cache" } end,
|
||||
})
|
||||
cmd("ShowRepoMap", function() require("avante.repo_map").show() end, { desc = "avante: show repo map" })
|
||||
cmd("Models", function() require("avante.model_selector").open() end, { desc = "avante: show models" })
|
||||
|
||||
Reference in New Issue
Block a user