feat(model): add model selection (#961)

* feat(model): add model selection with keybinding

* lint

* rename model_select to model_selector
This commit is contained in:
Michael Gendy
2025-02-18 20:01:21 +02:00
committed by GitHub
parent 85370a5a1b
commit 9a191abce5
4 changed files with 67 additions and 0 deletions

View File

@@ -210,6 +210,8 @@ M.focus = function(opts)
end
end
M.select_model = function() require("avante.model_selector").open() end
return setmetatable(M, {
__index = function(t, k)
local module = require("avante")