feat: add open-webui
This commit is contained in:
parent
714504ecf6
commit
a1741f0776
1 changed files with 3 additions and 0 deletions
|
@ -13,5 +13,8 @@
|
||||||
loadModels = ["llama3.2:3b" "deepseek-r1:1.5b"];
|
loadModels = ["llama3.2:3b" "deepseek-r1:1.5b"];
|
||||||
acceleration = "cuda";
|
acceleration = "cuda";
|
||||||
};
|
};
|
||||||
|
services.open-webui = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue