Spaces:
Sleeping
Sleeping
File size: 505 Bytes
f0734c2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Hugging Face authentication (set at runtime; do not commit real tokens)
HF_TOKEN=
# HUGGINGFACE_HUB_TOKEN=
# Continuous mode safety controls
# Seconds to wait between auto-restart cycles.
CONTINUOUS_RESTART_DELAY_SECONDS=15
# Stop continuous mode after this many consecutive non-success cycles.
CONTINUOUS_MAX_CONSECUTIVE_FAILURES=3
# Max retained characters in live app log buffer.
APP_LOG_MAX_CHARS=200000
# Max number of entries retained in workspace/runtime/run_history.json.
RUN_HISTORY_LIMIT=80
|