updated persistent config settings in openwebui

This commit is contained in:
gyurix
2026-07-18 13:40:00 +02:00
parent e724d8b2e7
commit 6ac1c69393
3 changed files with 20 additions and 1 deletions
+15
View File
@@ -55,6 +55,21 @@
"advanced": "true",
"type": "password"
},
{
"description": "Hugging Face token",
"key": "HF_TOKEN",
"value": "",
"info": "Optional Hugging Face API token for TTS and model access features.",
"advanced": "true",
"type": "password"
},
{
"description": "Disable Hugging Face requests",
"key": "DISABLE_HUGGINGFACE",
"value": "1",
"info": "Set to 1 to disable all outgoing requests to huggingface.co at startup. Set to 0 or leave empty to allow Hugging Face access.",
"advanced": "true"
},
{
"description": "Pipelines API key",
"key": "PIPELINES_API_KEY",