We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ebfdc commit 3ba3d15Copy full SHA for 3ba3d15
1 file changed
embd_res/klite.embd
@@ -11852,7 +11852,7 @@ Current version indicated by LITEVER below.
11852
let cn = lpc[i];
11853
lastlogprobsstr += `<td style="color:lime">${escape_html(cn.token)}<br>(${(Math.exp(cn.logprob)*100).toFixed(2)}%)</td>`;
11854
let addspace = false;
11855
- for(let j=0;j<15;++j)
+ for(let j=0;j<5;++j)
11856
{
11857
if(j>=cn.top_logprobs.length)
11858
0 commit comments