chore(nvim): change model to codellama

This commit is contained in:
Stefan Imhoff
2024-03-15 21:07:03 +01:00
parent b99468be16
commit d6bba72ad2

View File

@@ -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.