open-webui: disable ollama api
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 19s
Flake check / flake-check (pull_request) Successful in 19s

This commit is contained in:
sid 2026-04-15 23:35:12 +02:00
parent f692bb928d
commit 3f19fe7f0a

View file

@ -13,10 +13,11 @@
externalUrl = "https://" + constants.services.open-webui-oci.fqdn; externalUrl = "https://" + constants.services.open-webui-oci.fqdn;
port = 8083; port = 8083;
# environmentFile = config.sops.templates."open-webui-oci/environment".path; # environmentFile = config.sops.templates."open-webui-oci/environment".path;
# environment = { environment = {
# AUDIO_STT_ENGINE = "openai"; # AUDIO_STT_ENGINE = "openai";
# AUDIO_TTS_ENGINE = "openai"; # AUDIO_TTS_ENGINE = "openai";
# }; ENABLE_OLLAMA_API = "False";
};
}; };
# sops = { # sops = {