This commit is contained in:
2025-08-17 17:13:07 -04:00
parent 5bac05e0de
commit 6f951c7ae7
4 changed files with 88 additions and 93 deletions

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 = 'Llama.cpp',
end_point = 'http://127.0.0.1:1234/v1/completions',
model = 'codellama-7b-instruct',
name = 'Ollama',
end_point = 'http://127.0.0.1:11434/v1/completions',
model = 'codellama:7b-code',
-- template = {
-- prompt = function(context_before_cursor, context_after_cursor, _)
-- return '<|fim_prefix|>'