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
Seems we have a regression with the stop generation button in v3.6.0. The ChatModel::get(...) function was removed which was used in a few different places in QML. This wasn't noticed because we don't get a compiler notice unfortunately and it was removed as part of a last minute bug fix.
Working on fixing...
The text was updated successfully, but these errors were encountered:
manyoso
changed the title
Stop generation button (and parts of datalake) no longer works in v3.6.0
Stop generation button no longer works in v3.6.0
Dec 20, 2024
…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 <treat.adam@gmail.com>
Seems we have a regression with the stop generation button in v3.6.0. The ChatModel::get(...) function was removed which was used in a few different places in QML. This wasn't noticed because we don't get a compiler notice unfortunately and it was removed as part of a last minute bug fix.
Working on fixing...
The text was updated successfully, but these errors were encountered: