mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update reasoning CSS hide hidden reasoning again
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user