disabled ollama
This commit is contained in:
parent
c6c17935dc
commit
4dc7fa293c
|
@ -51,7 +51,7 @@
|
|||
enable = true;
|
||||
};
|
||||
ollama = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
|
||||
loadModels = [
|
||||
"deepseek-coder:1.3b"
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
services = {
|
||||
ollama = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
|
||||
loadModels = [
|
||||
"deepseek-coder:6.7b"
|
||||
|
|
Loading…
Reference in a new issue