mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-04 18:11:02 +00:00
Give it an empty string default.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user