diff --git a/gpt4all-chat/qml/ChatView.qml b/gpt4all-chat/qml/ChatView.qml index fa94cc38..ec718a25 100644 --- a/gpt4all-chat/qml/ChatView.qml +++ b/gpt4all-chat/qml/ChatView.qml @@ -638,7 +638,7 @@ Rectangle { anchors.horizontalCenter: modelInstalledLabel.horizontalCenter rightPadding: 60 leftPadding: 60 - property string defaultModel + property string defaultModel: "" function updateDefaultModel() { var i = comboBox.find(MySettings.userDefaultModel) if (i !== -1) {