Add qwen 7b
This commit is contained in:
parent
7d2c11cb5d
commit
2d86372bd3
2 changed files with 2 additions and 3 deletions
|
@ -39,7 +39,7 @@
|
|||
todo-comments.enable = true;
|
||||
ollama = {
|
||||
enable = true;
|
||||
model = "qwen2.5-coder:3b";
|
||||
model = "qwen2.5-coder:7b";
|
||||
url = "http://127.0.0.1:11434";
|
||||
action = "display";
|
||||
};
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
openFirewall = false;
|
||||
loadModels = [
|
||||
"deepseek-r1"
|
||||
"qwen2.5-coder:3b"
|
||||
"qwen2.5-coder:0.5b"
|
||||
"qwen2.5-coder:7b"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue