From afad3389680fcaaa41549f606d4eac843b010327 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 20 Jun 2026 07:40:04 -0400 Subject: [PATCH] fix: comment out HF_TOKEN environment variable in open-webui service --- nodes/waldorf/openwebui/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/waldorf/openwebui/compose.yaml b/nodes/waldorf/openwebui/compose.yaml index d24cd0a..614c227 100644 --- a/nodes/waldorf/openwebui/compose.yaml +++ b/nodes/waldorf/openwebui/compose.yaml @@ -8,7 +8,7 @@ services: - OLLAMA_BASE_URL=${OLLAMA_BASE_URL} # Standard settings - WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY:-change-me-to-a-random-secret} - - HF_TOKEN=${HF_TOKEN:-} + # - HF_TOKEN=${HF_TOKEN:-} - TZ=America/New_York ports: - "8080:8080"