From 3f19fe7f0a7e54f34eb46c6f0b511ffb7dfebfe8 Mon Sep 17 00:00:00 2001 From: sid Date: Wed, 15 Apr 2026 23:35:12 +0200 Subject: [PATCH] open-webui: disable ollama api --- hosts/rx4/services/open-webui-oci.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/rx4/services/open-webui-oci.nix b/hosts/rx4/services/open-webui-oci.nix index c45ded4..b8c7027 100644 --- a/hosts/rx4/services/open-webui-oci.nix +++ b/hosts/rx4/services/open-webui-oci.nix @@ -13,10 +13,11 @@ externalUrl = "https://" + constants.services.open-webui-oci.fqdn; port = 8083; # environmentFile = config.sops.templates."open-webui-oci/environment".path; - # environment = { - # AUDIO_STT_ENGINE = "openai"; - # AUDIO_TTS_ENGINE = "openai"; - # }; + environment = { + # AUDIO_STT_ENGINE = "openai"; + # AUDIO_TTS_ENGINE = "openai"; + ENABLE_OLLAMA_API = "False"; + }; }; # sops = {