autoregressive-text
React text that writes itself — token by token, with a live sampling panel and attention brackets. Zero-config, themeable, ~34 kB.
Install
$ npm i autoregressive-text000
THINKING
Parameters
pool
speed
3×
fontSize
17
poolSize
5
align
attentionLines
shimmer
theme
panelScale
1.0×
loop
Usage
import { AutoregressiveText } from "autoregressive-text";
<AutoregressiveText
text="models predict the next token"
pool={["causal", "decoder", "vectors"]}
/>