Update reasoning CSS hide hidden reasoning again

This commit is contained in:
Wolfsblvt
2025-02-09 05:25:43 +01:00
parent 9697322f1e
commit 0792c17f55
3 changed files with 5 additions and 12 deletions

View File

@ -3222,7 +3222,7 @@ class StreamingProcessor {
}
// Update reasoning
await this.reasoningHandler.process(messageId, mesChanged, currentTime);
await this.reasoningHandler.process(messageId, mesChanged);
// Token count update.
const tokenCountText = this.reasoningHandler.reasoning + processedText;