mirror of https://github.com/LazyVim/starter
switch default model
parent
01ef12170b
commit
abfea67128
|
@ -88,10 +88,8 @@ return {
|
|||
__inherited_from = "openai",
|
||||
api_key_name = "",
|
||||
endpoint = "http://127.0.0.1:11434/v1",
|
||||
-- model = "codellama:7b",
|
||||
-- model = "qwen2.5-coder:7b",
|
||||
model = "qwen2.5-coder:7b",
|
||||
-- model = "deepseek-r1:7b",
|
||||
model = "codeqwen:7b",
|
||||
},
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue