Skip to content

Commit

Permalink
Add fixme.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Treat <treat.adam@gmail.com>
  • Loading branch information
manyoso committed Dec 20, 2024
1 parent f242b56 commit 7bd9096
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gpt4all-chat/qml/ChatView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1354,6 +1354,10 @@ Rectangle {
ToolTip.text: Accessible.description

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

0 comments on commit 7bd9096

Please sign in to comment.