Update ollama model for nixvim
This commit is contained in:
parent
7797dce79c
commit
76e3fff86b
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
plugins = {
|
||||
ollama = {
|
||||
enable = true;
|
||||
model = "qwen2.5-coder:0.5b";
|
||||
model = "qwen2.5-coder:3b";
|
||||
url = "http://127.0.0.1:11434";
|
||||
action = "display";
|
||||
};
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 26552d8bade6fa39188ebf68e9ffa1a8dcd75108
|
||||
Subproject commit 8ed82c9afaac6359cf4603196f7a5bd4b399a4b5
|
Loading…
Reference in a new issue