mirror of
https://git.sync.wtf/troed/oc-ls-stats.git
synced 2026-08-31 09:43:38 +03:00
17 lines
332 B
Markdown
17 lines
332 B
Markdown
# oc-tps
|
|
|
|
Displays live TPS, average TPS, and TTFT in the OpenCode session prompt. TTFT, or time to first token, measures how long it takes the model to begin responding.
|
|
|
|
|
|

|
|
|
|
## Installation
|
|
|
|
Install from the CLI:
|
|
|
|
```bash
|
|
opencode plugin oc-tps@latest --global
|
|
```
|
|
|
|
Requires `opencode` `1.3.14` or newer.
|