Fallback for token count display

This commit is contained in:
Cohee
2024-03-25 19:00:14 +02:00
parent 129febedce
commit 5216d5c8c0

View File

@@ -2028,7 +2028,7 @@ function addOneMessage(mes, { type = 'normal', insertAfter = null, scroll = true
forceAvatar: mes.force_avatar, forceAvatar: mes.force_avatar,
timestamp: timestamp, timestamp: timestamp,
extra: mes.extra, extra: mes.extra,
tokenCount: mes.extra?.token_count, tokenCount: mes.extra?.token_count ?? 0,
...formatGenerationTimer(mes.gen_started, mes.gen_finished, mes.extra?.token_count), ...formatGenerationTimer(mes.gen_started, mes.gen_finished, mes.extra?.token_count),
}; };