You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #3333 in that the culprit was removal of ChatModel::get function. The ideal fix will include removal of the getConversation javascript code in QML for relocation to c++ and the chatmodel.
The text was updated successfully, but these errors were encountered:
…gression
in a few places in QML that were using this method. This PR fixes two of
these issues:
* Issue #3333 - the stop generation button no longer working
* Issue #3335 - the copy entire conversation button no longer working
It also adds a fixme in the code for a third issue which is less of a priority:
* Issue #3334 - not sending the conversation to the datalake.
Signed-off-by: Adam Treat <[email protected]>
This is related to #3333 in that the culprit was removal of ChatModel::get function. The ideal fix will include removal of the getConversation javascript code in QML for relocation to c++ and the chatmodel.
The text was updated successfully, but these errors were encountered: