chat: fix syntax error in main.qml

This commit is contained in:
cebtenzzre 2023-10-21 20:15:50 -04:00 committed by Aaron Miller
parent 34daf240f9
commit c25dc51935

View File

@ -282,8 +282,8 @@ Window {
highlighted: comboBox.highlightedIndex === index
}
Accessible.role: Accessible.ComboBox
Accessible.name: qsTr(List of available models"")
Accessible.description: qsTr(" The top item is the current model")
Accessible.name: qsTr("List of available models")
Accessible.description: qsTr("The top item is the current model")
onActivated: function (index) {
currentChat.stopGenerating()
currentChat.reset();