summaryrefslogtreecommitdiff
path: root/Omni/Dev/Beryllium.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-02-04 21:17:29 -0500
committerBen Sima <ben@bsima.me>2025-02-04 21:17:29 -0500
commitd97ddbe2d844e5fae8bfa4fd4f1a047df81e36b5 (patch)
tree13611b5ee72ec08cfe3f4a58ec5d40e53be043f2 /Omni/Dev/Beryllium.nix
parent9fd4b5da05b7ff5c248e3e3f96f13e7c98ec72f6 (diff)
Deploy open-webui
This is a very nice web ui frontend similar to ChatGPT that can use both OpenAI and Ollama as backends at the same time. Currently I'm just using it locally but eventually I think I'll expose it over the internet and use it as my go-to LLM interface.
Diffstat (limited to 'Omni/Dev/Beryllium.nix')
-rwxr-xr-xOmni/Dev/Beryllium.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/Omni/Dev/Beryllium.nix b/Omni/Dev/Beryllium.nix
index 0327822..9a72353 100755
--- a/Omni/Dev/Beryllium.nix
+++ b/Omni/Dev/Beryllium.nix
@@ -10,6 +10,7 @@ bild.os {
./Beryllium/Ollama.nix
./Docker.nix
./Vpn.nix
+ ./Beryllium/OpenWebui.nix
];
networking.hostName = "beryllium";
networking.domain = "beryl.simatime.com";