chore: remove open-webui as it sucks

This commit is contained in:
Ahwx 2025-09-23 12:56:36 +02:00
parent 2092fef760
commit f108701101

View file

@ -5,5 +5,5 @@
# loadModels = [ "llama3.2:3b" "deepseek-r1:1.5b"]; # loadModels = [ "llama3.2:3b" "deepseek-r1:1.5b"];
# acceleration = "rocm"; # nope, 5700XT is too old for this # acceleration = "rocm"; # nope, 5700XT is too old for this
}; };
services.open-webui.enable = true; services.open-webui.enable = false;
} }