Skip to content

Commit 3ba3d15

Browse files
committed
fixed a typo
1 parent 95ebfdc commit 3ba3d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embd_res/klite.embd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11852,7 +11852,7 @@ Current version indicated by LITEVER below.
1185211852
let cn = lpc[i];
1185311853
lastlogprobsstr += `<td style="color:lime">${escape_html(cn.token)}<br>(${(Math.exp(cn.logprob)*100).toFixed(2)}%)</td>`;
1185411854
let addspace = false;
11855-
for(let j=0;j<15;++j)
11855+
for(let j=0;j<5;++j)
1185611856
{
1185711857
if(j>=cn.top_logprobs.length)
1185811858
{

0 commit comments

Comments
 (0)