SeaWolf-AI commited on
Commit
e4cf421
·
verified ·
1 Parent(s): 1afae3c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -756,4 +756,4 @@ checkAuth();
756
  (async function(){try{const r=await fetch("/health");if(!r.ok)return;const h=await r.json();const sl=document.getElementById("tokSl");if(sl&&h.max_tokens){sl.max=h.max_tokens;}const info=document.getElementById("tokCacheInfo");if(!info){const s=document.createElement("span");s.id="tokCacheInfo";s.style.cssText="font-size:9px;color:#a8a29e;margin-left:6px";sl.parentElement.previousElementSibling.appendChild(s);}const ci=document.getElementById("tokCacheInfo");if(ci){ci.textContent="("+h.attention+" · MTI · max "+h.max_tokens+")";if(h.attention==="TriAttention")ci.style.color="#16a34a";}}catch(e){}})();
757
  </script>
758
  </body>
759
- </html>
 
756
  (async function(){try{const r=await fetch("/health");if(!r.ok)return;const h=await r.json();const sl=document.getElementById("tokSl");if(sl&&h.max_tokens){sl.max=h.max_tokens;}const info=document.getElementById("tokCacheInfo");if(!info){const s=document.createElement("span");s.id="tokCacheInfo";s.style.cssText="font-size:9px;color:#a8a29e;margin-left:6px";sl.parentElement.previousElementSibling.appendChild(s);}const ci=document.getElementById("tokCacheInfo");if(ci){ci.textContent="("+h.attention+" · MTI · max "+h.max_tokens+")";if(h.attention==="TriAttention")ci.style.color="#16a34a";}}catch(e){}})();
757
  </script>
758
  </body>
759
+ </html>