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

@@ -318,6 +318,7 @@ M._defaults = {
files = {
add_current = "<leader>ac", -- Add current buffer to selected files
},
select_model = "<leader>a?", -- Select model command
},
windows = {
---@alias AvantePosition "right" | "left" | "top" | "bottom" | "smart"