diff --git a/.config/nvim/lua/plugins/cmp.lua b/.config/nvim/lua/plugins/cmp.lua index a6b9b18..abde7fe 100644 --- a/.config/nvim/lua/plugins/cmp.lua +++ b/.config/nvim/lua/plugins/cmp.lua @@ -20,9 +20,9 @@ return { -- For Windows users, TERM may not be present in environment variables. -- Consider using APPDATA instead. api_key = 'TERM', - name = 'Ollama', - end_point = 'http://127.0.0.1:11434/v1/completions', - model = 'codellama:7b-code', + name = 'Llama.cpp', + end_point = 'http://localhost:1234/v1/completions', + model = 'qwen2.5-coder-7b-instruct', -- template = { -- prompt = function(context_before_cursor, context_after_cursor, _) -- return '<|fim_prefix|>'