lmstudio
This commit is contained in:
@@ -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|>'
|
||||
|
||||
Reference in New Issue
Block a user