This commit is contained in:
Adam Treat 2023-04-28 22:37:59 -04:00
parent 23f3ba5b78
commit c794488b25
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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