diff --git a/options.xhtml b/options.xhtml index dde365a4e..ce2d2b581 100644 --- a/options.xhtml +++ b/options.xhtml @@ -99744,6 +99744,81 @@ TOML value
+services.local-ai.enable
+
+
+Whether to enable LocalAI is the free, Open Source OpenAI alternative…
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/services/local-ai.nix>
+
+ |
services.local-ai.package
+
+
+The local-ai package to use.
+ +Type: +package
+ +Default:
+pkgs.local-ai
Declared by:
+
+
+<home-manager/modules/services/local-ai.nix>
+
+ |
services.local-ai.environment
+
+
+Additional environment passed to local-ai service. Used to configure local-ai
See https://localai.io/basics for available options.
+ +Type: +attribute set of string
+ +Default:
+{ }
Declared by:
+
+
+<home-manager/modules/services/local-ai.nix>
+
+ |
services.lorri.enable