open-webui: disable ollama api
This commit is contained in:
parent
f692bb928d
commit
3f19fe7f0a
1 changed files with 5 additions and 4 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue