Fix the context.

This commit is contained in:
Adam Treat
2023-04-17 14:11:41 -04:00
parent 801107a12c
commit 15ae0a4441
3 changed files with 21 additions and 5 deletions

View File

@@ -666,7 +666,7 @@ Window {
if (LLM.responseInProgress)
LLM.stopGenerating()
else {
LLM.resetResponse()
LLM.regenerateResponse()
if (chatModel.count) {
var listElement = chatModel.get(chatModel.count - 1)
if (listElement.name === qsTr("Response: ")) {