Upgrade to rom-control v2 Client API; rename app.js → commander.js; hide incomplete telepresence/animator pages

This commit is contained in:
pasketti
2026-04-23 02:13:03 -04:00
parent 56578e59f9
commit ae624da7c2
6 changed files with 446 additions and 806 deletions

View File

@@ -81,7 +81,8 @@
<div style="display:flex;align-items:center;gap:6px;margin-bottom:8px;">
<input type="checkbox" id="llm-toggle" style="width:auto;">
<label for="llm-toggle" style="margin:0;cursor:pointer;">LLM voice loop</label>
<button id="btn-llm-clear" style="margin-left:auto;font-size:11px;padding:2px 8px;" title="Clear conversation history">↺ Clear</button>
<button id="btn-llm-cancel" class="danger" style="margin-left:auto;font-size:11px;padding:2px 8px;" title="Cancel active LLM request">✕ Stop</button>
<button id="btn-llm-clear" style="font-size:11px;padding:2px 8px;" title="Clear conversation history">↺ Clear</button>
</div>
<div class="field">
<label>Completions endpoint</label>
@@ -281,6 +282,6 @@
<img id="photo-modal-img" src="" alt="Photo">
</div>
<script src="app.js"></script>
<script src="commander.js"></script>
</body>
</html>