mirror of
https://codeberg.org/privacy1st/nix-git
synced 2025-03-18 13:29:30 +01:00
docs: local-llm
This commit is contained in:
parent
24afb85194
commit
a53052d0a4
@ -12,6 +12,7 @@ in
|
||||
# # https://ollama.com/library/deepseek-r1
|
||||
# "deepseek-r1:32b"
|
||||
# "deepseek-r1:14b"
|
||||
# "deepseek-r1:7b"
|
||||
#];
|
||||
};
|
||||
|
||||
@ -36,7 +37,18 @@ in
|
||||
#
|
||||
# https://docs.openwebui.com/getting-started/quick-start
|
||||
# Admin Creation: The first account created on Open WebUI gains Administrator privileges, controlling user management and system settings.
|
||||
# services.open-webui.enable = true;
|
||||
#
|
||||
#services.open-webui = {
|
||||
#enable = true;
|
||||
#package = pkgs.unstable.open-webui; # TODO back to stable nixpkgs
|
||||
#port = 8080;
|
||||
|
||||
# Share via LAN
|
||||
#
|
||||
# Temporarily open firewall
|
||||
# sudo nixos-firewall-tool open tcp 8080 && ip addr | grep 192
|
||||
#host = "0.0.0.0"; # Also listen to connections from other hosts
|
||||
#};
|
||||
|
||||
# Web-UI
|
||||
# services.nextjs-ollama-llm-ui = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user