every-other-token 4.1.2

A real-time LLM stream interceptor for token-level interaction research
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Every Other Token</title>
<style>
{{STYLE}}
</style>
</head>
<!-- HTML body placeholder — edit static/index.html directly until full split is complete -->
<!-- build.rs will assemble style.css + template.html + app.js into static/index.html -->
<body></body>
</html>