pull/520/head
Adam Treat 1 year ago
parent 23f3ba5b78
commit c794488b25

@ -325,7 +325,7 @@ Dialog {
FolderDialog {
id: modelPathDialog
title: "Please choose a directory"
folder: Download.downloadLocalModelsPath
currentFolder: Download.downloadLocalModelsPath
onAccepted: {
Download.downloadLocalModelsPath = selectedFolder
settings.modelPath = Download.downloadLocalModelsPath

@ -538,7 +538,7 @@ The prompt below is a question to answer, a task to complete, or a conversation
FolderDialog {
id: modelPathDialog
title: "Please choose a directory"
folder: Download.downloadLocalModelsPath
currentFolder: Download.downloadLocalModelsPath
onAccepted: {
Download.downloadLocalModelsPath = selectedFolder
settings.modelPath = Download.downloadLocalModelsPath

Loading…
Cancel
Save