From 7bd9096069f812e132e16af60141c1529270b71b Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Fri, 20 Dec 2024 12:21:22 -0500 Subject: [PATCH] Add fixme. Signed-off-by: Adam Treat --- gpt4all-chat/qml/ChatView.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpt4all-chat/qml/ChatView.qml b/gpt4all-chat/qml/ChatView.qml index cf9afd2dc144..dfeeb18c2f29 100644 --- a/gpt4all-chat/qml/ChatView.qml +++ b/gpt4all-chat/qml/ChatView.qml @@ -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() } }