From b9338abd2f2963e7a73a05a24142f05a8ff075ed Mon Sep 17 00:00:00 2001 From: khaneliman Date: Mon, 3 Nov 2025 04:43:22 +0000 Subject: [PATCH] deploy: d9cd40d2daf03350b61f853653afb53625e01a80 --- options.xhtml | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) 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