fixed a typo

This commit is contained in:
Concedo 2026-01-18 16:41:34 +08:00
parent 95ebfdcde8
commit 3ba3d15fe3

View file

@ -11852,7 +11852,7 @@ Current version indicated by LITEVER below.
let cn = lpc[i];
lastlogprobsstr += `<td style="color:lime">${escape_html(cn.token)}<br>(${(Math.exp(cn.logprob)*100).toFixed(2)}%)</td>`;
let addspace = false;
for(let j=0;j<15;++j)
for(let j=0;j<5;++j)
{
if(j>=cn.top_logprobs.length)
{