open-webui: disable ollama api #18

Merged
sid merged 2 commits from develop into master 2026-04-15 23:49:19 +02:00
Showing only changes of commit 3f19fe7f0a - Show all commits

View file

@ -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 = {