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 = {
|
service = {
|
||||||
selfhost = {
|
selfhost = {
|
||||||
htop = true;
|
htop = true;
|
||||||
ollama = true;
|
ollama = false;
|
||||||
mail = true;
|
mail = true;
|
||||||
monitor = true;
|
monitor = true;
|
||||||
nextcloud = true;
|
nextcloud = true;
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,9 @@ in
|
||||||
ollama = {
|
ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
loadModels = [
|
loadModels = [
|
||||||
"qwen2.5:3b"
|
"mistral:7b"
|
||||||
];
|
];
|
||||||
acceleration = "cuda";
|
acceleration = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
open-webui = {
|
open-webui = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue