mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-05 02:20:28 +00:00
Update gpt4all-chat/qml/ModelDownloaderDialog.qml
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com> Signed-off-by: AT <manyoso@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user