diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2025-02-26 12:25:09 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2025-02-26 12:25:09 +0000 |
commit | 0ee90ff3c81e72e8a67ed4aa7ca9dbc799c0c35b (patch) | |
tree | 59c4df10bd8359a8e92efe4c069f618ec00c5ded /neovim/.config/nvim/lua/plugins/gen.lua | |
parent | ea91058737fa7b7b74e834d964639052fd87b93a (diff) |
AI nonsense
Diffstat (limited to 'neovim/.config/nvim/lua/plugins/gen.lua')
-rw-r--r-- | neovim/.config/nvim/lua/plugins/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neovim/.config/nvim/lua/plugins/gen.lua b/neovim/.config/nvim/lua/plugins/gen.lua index 2fa89a5..55e85b6 100644 --- a/neovim/.config/nvim/lua/plugins/gen.lua +++ b/neovim/.config/nvim/lua/plugins/gen.lua @@ -1,7 +1,7 @@ return { 'David-Kunz/gen.nvim', opts = { - model = 'qwen2.5-coder:7b', + model = 'qwen2.5-coder:3b', display_mode = 'split', } } |