mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
switch default model
This commit is contained in:
parent
01ef12170b
commit
abfea67128
1 changed files with 1 additions and 3 deletions
|
|
@ -88,10 +88,8 @@ return {
|
||||||
__inherited_from = "openai",
|
__inherited_from = "openai",
|
||||||
api_key_name = "",
|
api_key_name = "",
|
||||||
endpoint = "http://127.0.0.1:11434/v1",
|
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 = "deepseek-r1:7b",
|
||||||
model = "codeqwen:7b",
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue