Skip to content

Commit 7bd9096

Browse files
committed
Add fixme.
Signed-off-by: Adam Treat <[email protected]>
1 parent f242b56 commit 7bd9096

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gpt4all-chat/qml/ChatView.qml

+4
Original file line numberDiff line numberDiff line change
@@ -1354,6 +1354,10 @@ Rectangle {
13541354
ToolTip.text: Accessible.description
13551355

13561356
onClicked: {
1357+
// FIXME: This no longer sets a 'stopped' field so conversations that
1358+
// are copied to clipboard or to datalake don't indicate if the user
1359+
// has prematurely stopped the response. This has been broken since
1360+
// v3.0.0 at least.
13571361
currentChat.stopGenerating()
13581362
}
13591363
}

0 commit comments

Comments
 (0)