Don't allow empty prompts. Context past always equal or greater than zero.

This commit is contained in:
Adam Treat
2023-04-16 14:57:58 -04:00
parent 7e9ca06366
commit 659ab13665
2 changed files with 4 additions and 0 deletions

View File

@@ -713,6 +713,9 @@ Window {
radius: 10
}
onAccepted: {
if (textInput.text === "")
return
LLM.stopGenerating()
if (chatModel.count) {