math_trainer / .env.example
NorthernTribe-Research's picture
Production UI/telemetry upgrade + monochrome theme + safety hardening
f0734c2 verified
raw
history blame contribute delete
505 Bytes
# 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