Token rate round from 1 to 3

5398684ea267c643841bbcf2494c6e003d852f1e

bmen25124 <bmen25124@gmail.com>

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -2621,7 +2621,7 @@ function formatGenerationTimer(gen_started, gen_finished, tokenCount, timeToFirs
26212621 `Time to generate: ${seconds} seconds`,
26222622 timeToFirstToken ? `Time to first token: ${timeToFirstToken / 1000} seconds` : '',
26232623 reasoningDuration > 0 ? `Time to think: ${reasoningDuration / 1000} seconds` : '',
26242624 tokenCount > 0 ? `Token rate: ${Number(tokenCount / seconds).toFixed(13)} t/s` : '',
26252625 ].filter(x => x).join('\n').trim();
26262626
26272627 if (isNaN(seconds) || seconds < 0) {