Fix spacing issues with deepseek models: (#3470)

Signed-off-by: Adam Treat <treat.adam@gmail.com>
Signed-off-by: AT <manyoso@users.noreply.github.com>
This commit is contained in:
AT
2025-02-06 12:04:32 -05:00
committed by GitHub
parent 22ebd42c32
commit 5e7e4b3f78
3 changed files with 6 additions and 3 deletions

View File

@@ -198,6 +198,7 @@ GridLayout {
isError: false
isThinking: true
thinkingTime: modelData.thinkingTime
visible: modelData.content !== ""
}
}
}