feat: add open-webui

This commit is contained in:
CronyAkatsuki 2025-04-06 20:33:31 +02:00
parent 714504ecf6
commit a1741f0776

View File

@ -13,5 +13,8 @@
loadModels = ["llama3.2:3b" "deepseek-r1:1.5b"];
acceleration = "cuda";
};
services.open-webui = {
enable = true;
};
};
}