chore: token speed should not start by 1 - hide on non stream
This commit is contained in:
parent
0485134343
commit
7b1a1be74f
@ -188,7 +188,7 @@ export default function ModelHandler() {
|
|||||||
// If this is the first update, just set the lastTimestamp and return
|
// If this is the first update, just set the lastTimestamp and return
|
||||||
return {
|
return {
|
||||||
lastTimestamp: currentTimestamp,
|
lastTimestamp: currentTimestamp,
|
||||||
tokenSpeed: 1,
|
tokenSpeed: 0,
|
||||||
tokenCount: 1,
|
tokenCount: 1,
|
||||||
message: message.id,
|
message: message.id,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user