Queue and GPU status
`/whoisactive`, `/whichport` and `/whichlora` read live state from the GPU box — the only way to see queue depth from inside Telegram.
Queue and GPU status
/whoisactive, /whichport and /whichlora read live state from the GPU box — the only way to see queue depth from inside Telegram.
/whoisactive
Works in any chat type. The sender must be the bot owner or a bot admin — Telegram group admins don't qualify. It isn't listed in Telegram's own / command menu; you have to type it from memory.
What it returns
| Input | Output |
|---|---|
| Something is generating, with a queue | Generating: spongebob (edit, 4.2s) Queued: spongebob: 2, patrick: 1 (3 total) |
| Idle, nothing queued | Generating: idle Queue: empty |
| GPU unreachable | GPU unreachable |
Each reply reflects a live probe of the GPU box at the moment you send the command — it is not a cached or periodically refreshed figure.
/whichport
DM only — sent in a private chat with the bot. The sender must be the bot owner or a bot admin. Must be typed exactly /whichport: no @botusername suffix, no trailing text, no optional-slash form.
What it returns
| Input | Output |
|---|---|
| GPU reachable, on port 7779 | 7779 |
| GPU unreachable | 7779 (offline) |
| Port can't be read from the GPU's configured URL | unknown (offline) |
/whichlora
Same access and typing rules as /whichport — DM only, typed exactly, owner or bot admin only.
Replies with one two-line block per character the bot has, separated by a blank line.
What each character's block looks like
| Input | Output |
|---|---|
| On the GPU, currently active | /spongebob → spongebob.safetensors (142 MB) ✅ On GPU (active) |
| On the GPU, idle | /spongebob → spongebob.safetensors (142 MB) ✅ On GPU |
| Missing from the GPU | /spongebob → spongebob.safetensors ❌ Not found on GPU |
| GPU unreachable | ⚠️ Could not reach GPU /spongebob → spongebob.safetensors ⚠️ Unknown (GPU unreachable) |
Facts
| Setting | Value |
|---|---|
| Only queue visibility from Telegram | /whoisactive, /whichport and /whichlora are the only way to see live generation or queue state from inside Telegram. |
| Menu visibility | None of the three appear in Telegram's own / command list. |
| Access tier | Bot owner or bot admin (dashboard-configured) — never a Telegram group admin. |