chore: token speed should not start by 1 - hide on non stream

This commit is contained in:
Louis 2024-11-29 10:08:04 +07:00
parent 0485134343
commit 7b1a1be74f
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -188,7 +188,7 @@ export default function ModelHandler() {
// If this is the first update, just set the lastTimestamp and return
return {
lastTimestamp: currentTimestamp,
tokenSpeed: 1,
tokenSpeed: 0,
tokenCount: 1,
message: message.id,
}