feat(service/ollama): My server isn't as power as AI asked :c
This commit is contained in:
parent
ba53f5fdd2
commit
30ee6e8395
2 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@
|
|||
service = {
|
||||
selfhost = {
|
||||
htop = true;
|
||||
ollama = true;
|
||||
ollama = false;
|
||||
mail = true;
|
||||
monitor = true;
|
||||
nextcloud = true;
|
||||
|
|
|
|||
|
|
@ -14,9 +14,9 @@ in
|
|||
ollama = {
|
||||
enable = true;
|
||||
loadModels = [
|
||||
"qwen2.5:3b"
|
||||
"mistral:7b"
|
||||
];
|
||||
acceleration = "cuda";
|
||||
acceleration = false;
|
||||
};
|
||||
|
||||
open-webui = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue