Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Concedo authored and Concedo committed Oct 31, 2024
1 parent 9a5fbc5 commit eceb7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7961,7 +7961,7 @@
} else {
lastlogprobsstr = "Not Available";
}
msgbox(lastlogprobsstr,"Logit Probability Viewer",true);
msgbox(lastlogprobsstr,"Token Probability Viewer",true);
}

var worker_data_showonly = []; //only for table display, dont mix
Expand Down Expand Up @@ -19453,7 +19453,7 @@
</div>
<div class="settinglabel">
<div class="justifyleft settingsmall">Request Logprobs <span class="helpicon">?<span
class="helptext">If enabled, request top 5 alternative token logit probabilities for each generated token. Incurs an overhead.</span></span></div>
class="helptext">If enabled, request top 5 alternative token log-probabilities for each generated token. Incurs an overhead.</span></span></div>
<input title="Request Logprobs" type="checkbox" id="request_logprobs" style="margin:0px 0px 0px auto;">
</div>
</div>
Expand Down

0 comments on commit eceb7fb

Please sign in to comment.