Skip to content

Commit

Permalink
Update gpt4all-chat/qml/ModelDownloaderDialog.qml
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Van Bortel <[email protected]>
Signed-off-by: AT <[email protected]>
  • Loading branch information
manyoso and cebtenzzre committed Nov 17, 2023
1 parent cce5fe2 commit 71e3781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4all-chat/qml/ModelDownloaderDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MyDialog {
ModelList.downloadableModels.expanded = true
var targetModelIndex = ModelList.defaultEmbeddingModelIndex
console.log("targetModelIndex " + targetModelIndex)
modelListView.positionViewAtIndex(targetModelIndex, ListView.Contain);
modelListView.positionViewAtIndex(targetModelIndex, ListView.Contain)
}
}

Expand Down

0 comments on commit 71e3781

Please sign in to comment.