Skip to content

Commit

Permalink
fea: bump to llama3.2 as default model
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-souza committed Sep 26, 2024
1 parent 4cdd65c commit ef0b3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ollero/ollero.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function Ollero.init(opts)
-- dependencies setup
require("telescope").load_extension("ui-select")

local model = opts.model or "llama3.1"
local model = opts.model or "llama3.2"

-- setup
term.win:show()
Expand Down

0 comments on commit ef0b3d4

Please sign in to comment.