feat: history manager (#1644)
This commit is contained in:
@@ -34,7 +34,7 @@ function M.open()
|
||||
end
|
||||
|
||||
vim.ui.select(models, {
|
||||
prompt = "Select Model:",
|
||||
prompt = "Select Avante Model:",
|
||||
format_item = function(item) return item.name end,
|
||||
}, function(choice)
|
||||
if not choice then return end
|
||||
|
||||
Reference in New Issue
Block a user