mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-13 06:19:20 +00:00
Show token generation speed in gui. (#1020)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user