llm-semantic-visualizer / deploy /huggingface /space-variables.example
hbauzan's picture
Release v4.17.7 — sync from GitHub main
819a47f
Raw
History Blame Contribute Delete
497 Bytes
# Plantilla — Hugging Face Space Settings → Variables and Secrets
# Copiar valores al crear el Space (SDK Docker).
# --- Variables (públicas) ---
APP_MODE=demo
MODEL_NAME=all-mpnet-base-v2
# Tema Anti-IA (1–10). Build-time: requiere rebuild del Space tras cambiar.
# Ver .env.example / design-system/README.md para el catálogo.
VITE_UI_THEME=1
# --- Secrets (privados) ---
# HF_TOKEN=<tu-token-huggingface>
# NO configurar VITE_API_URL aquí (es build-time; Dockerfile usa ARG vacío).