-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The ChatModel::get method was removed which unfortunately caused a re…
…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]>
- Loading branch information
Showing
2 changed files
with
55 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters