Changed model for neovim ollama

This commit is contained in:
Trimutex 2024-02-01 11:06:22 -06:00
parent e920d12e8f
commit f4b96ba916

View File

@ -27,7 +27,7 @@ return {
---@type Ollama.Config ---@type Ollama.Config
opts = { opts = {
model = "codellama-gpu-25-cpu-2", model = "codellama",
url = "factory.lan:11434", url = "factory.lan:11434",
serve = { serve = {
on_start = false, on_start = false,