mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-06 19:10:15 +00:00
Use a global constant and remove a debug line.
This commit is contained in:
@@ -24,7 +24,6 @@ MyDialog {
|
||||
if (showEmbeddingModels) {
|
||||
ModelList.downloadableModels.expanded = true
|
||||
var targetModelIndex = ModelList.defaultEmbeddingModelIndex
|
||||
console.log("targetModelIndex " + targetModelIndex)
|
||||
modelListView.positionViewAtIndex(targetModelIndex, ListView.Contain)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user