From d6bba72ad20badf6689c374d8852592cbbec2efd Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 15 Mar 2024 21:07:03 +0100 Subject: [PATCH] chore(nvim): change model to codellama --- nvim/lua/plugins/ollama.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/ollama.lua b/nvim/lua/plugins/ollama.lua index f09cb2a..b5ccf28 100644 --- a/nvim/lua/plugins/ollama.lua +++ b/nvim/lua/plugins/ollama.lua @@ -3,7 +3,7 @@ return { "David-Kunz/gen.nvim", opts = { - model = "mistral", -- The default model to use. + model = "codellama", -- The default model to use. display_mode = "split", -- The display mode. Can be "float" or "split". show_prompt = true, -- Shows the Prompt submitted to Ollama. show_model = true, -- Displays which model you are using at the beginning of your chat session.