updated persistent config settings in openwebui
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"WEBUI_ADMIN_PASSWORD": "#WEBUI_ADMIN_PASSWORD",
|
||||
"WEBUI_SECRET_KEY": "#WEBUI_SECRET_KEY",
|
||||
"OPENAI_API_KEY": "#OPENAI_API_KEY",
|
||||
"HF_TOKEN": "#HF_TOKEN",
|
||||
"DATABASE_URL": "postgres://#POSTGRES_USER:#POSTGRES_PASSWORD@openwebuipostgres-db:5432/#POSTGRES_DB",
|
||||
"EXTERNAL_WEB_SEARCH_API_KEY": "#SEARXNG_SECRET",
|
||||
"EXTERNAL_WEB_LOADER_API_KEY": "#CRAWL4AI_API_TOKEN"
|
||||
|
||||
@@ -225,7 +225,10 @@
|
||||
],
|
||||
"ENVS": [
|
||||
{
|
||||
"ENABLE_PERSISTENT_CONFIG": "false"
|
||||
"ENABLE_PERSISTENT_CONFIG": "true"
|
||||
},
|
||||
{
|
||||
"HF_HUB_OFFLINE": "#DISABLE_HUGGINGFACE"
|
||||
},
|
||||
{
|
||||
"OPENAI_API_BASE_URL": "#OPENAI_API_BASE_URL"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user