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/aider.lua | |
parent | ea91058737fa7b7b74e834d964639052fd87b93a (diff) |
AI nonsense
Diffstat (limited to 'neovim/.config/nvim/lua/plugins/aider.lua')
-rw-r--r-- | neovim/.config/nvim/lua/plugins/aider.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neovim/.config/nvim/lua/plugins/aider.lua b/neovim/.config/nvim/lua/plugins/aider.lua index 709c00b..0aa6745 100644 --- a/neovim/.config/nvim/lua/plugins/aider.lua +++ b/neovim/.config/nvim/lua/plugins/aider.lua @@ -4,7 +4,7 @@ return { config = function() require("aider").setup({ command = 'aider', -- Path to aider command - model = 'ollama_chat/qwen2.5', -- AI model to use + model = 'ollama_chat/qwen2.5-coder:3b', -- AI model to use mode = 'diff', -- Edit mode: 'diff' or 'inline' -- Floating window options float_opts = { |