This commit is contained in:
2025-08-18 19:38:00 -04:00
parent fe72a6f52f
commit cc5683bcbf

View File

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