mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-05 18:13:36 +00:00
chat: fix syntax error in main.qml
This commit is contained in:
parent
34daf240f9
commit
c25dc51935
@ -282,8 +282,8 @@ Window {
|
|||||||
highlighted: comboBox.highlightedIndex === index
|
highlighted: comboBox.highlightedIndex === index
|
||||||
}
|
}
|
||||||
Accessible.role: Accessible.ComboBox
|
Accessible.role: Accessible.ComboBox
|
||||||
Accessible.name: qsTr(List of available models"")
|
Accessible.name: qsTr("List of available models")
|
||||||
Accessible.description: qsTr(" The top item is the current model")
|
Accessible.description: qsTr("The top item is the current model")
|
||||||
onActivated: function (index) {
|
onActivated: function (index) {
|
||||||
currentChat.stopGenerating()
|
currentChat.stopGenerating()
|
||||||
currentChat.reset();
|
currentChat.reset();
|
||||||
|
Loading…
Reference in New Issue
Block a user