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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user