Spaces:
Runtime error
Runtime error
docs: simplify env vars table to top 3 entries
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
README.md
CHANGED
|
@@ -113,12 +113,8 @@ Fine-tune persistence and performance. Set these as **Repository Secrets** in HF
|
|
| 113 |
| Variable | Default | Description |
|
| 114 |
|----------|---------|-------------|
|
| 115 |
| `GATEWAY_TOKEN` | `huggingclaw` | **Gateway token for Control UI access.** Override to set a custom token. |
|
| 116 |
-
| `AUTO_CREATE_DATASET` | `false` | **Auto-create the Dataset repo.**
|
| 117 |
-
| `SYNC_INTERVAL` | `60` | **Backup interval in seconds.** How often
|
| 118 |
-
| `NODE_MEMORY_LIMIT` | `512` | **Node.js heap memory limit in MB.** HF free tier provides 16 GB RAM; 512 MB is enough for most cases. Increase for complex agent workflows. |
|
| 119 |
-
| `TELEGRAM_BOT_TOKEN` | — | **Telegram bot token.** If set, HuggingClaw auto-probes Telegram API endpoints at startup and selects a working one (HF Spaces blocks `api.telegram.org`). You can also configure the bot token in the Control UI. |
|
| 120 |
-
| `TELEGRAM_API_BASE` | — | **Force a specific Telegram API base URL.** Skips auto-probe. Example: `https://telegram-api.mykdigi.com`. Only needed if auto-probe doesn't find a working endpoint. |
|
| 121 |
-
| `TZ` | `UTC` | **Timezone** for log timestamps. Example: `Asia/Shanghai`, `America/New_York`. |
|
| 122 |
|
| 123 |
> For the full list (including `OPENAI_BASE_URL`, `OLLAMA_HOST`, proxy settings, etc.), see [`.env.example`](.env.example).
|
| 124 |
|
|
|
|
| 113 |
| Variable | Default | Description |
|
| 114 |
|----------|---------|-------------|
|
| 115 |
| `GATEWAY_TOKEN` | `huggingclaw` | **Gateway token for Control UI access.** Override to set a custom token. |
|
| 116 |
+
| `AUTO_CREATE_DATASET` | `false` | **Auto-create the Dataset repo.** Set to `true` to auto-create a private Dataset repo on first startup. |
|
| 117 |
+
| `SYNC_INTERVAL` | `60` | **Backup interval in seconds.** How often data syncs to the Dataset repo. |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
|
| 119 |
> For the full list (including `OPENAI_BASE_URL`, `OLLAMA_HOST`, proxy settings, etc.), see [`.env.example`](.env.example).
|
| 120 |
|