Show token generation speed in gui. (#1020)

This commit is contained in:
AT
2023-06-19 11:34:53 -07:00
committed by GitHub
parent fd419caa55
commit 2b6cc99a31
5 changed files with 84 additions and 2 deletions

View File

@@ -845,6 +845,16 @@ Window {
Accessible.description: qsTr("Controls generation of the response")
}
Text {
id: speed
anchors.bottom: textInputView.top
anchors.bottomMargin: 20
anchors.right: parent.right
anchors.rightMargin: 30
color: theme.mutedTextColor
text: currentChat.tokenSpeed
}
RectangularGlow {
id: effect
anchors.fill: textInputView