From 9fafca5c94ab2141cad4c336f8ae935524c7799c Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Fri, 1 Mar 2024 13:50:10 -0500 Subject: [PATCH] qml: update models.json URL in error message Signed-off-by: Jared Van Bortel --- gpt4all-chat/qml/ModelDownloaderDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/qml/ModelDownloaderDialog.qml b/gpt4all-chat/qml/ModelDownloaderDialog.qml index 6bf2b2da..e6e4ce8a 100644 --- a/gpt4all-chat/qml/ModelDownloaderDialog.qml +++ b/gpt4all-chat/qml/ModelDownloaderDialog.qml @@ -60,7 +60,7 @@ MyDialog { Layout.fillHeight: true horizontalAlignment: Qt.AlignHCenter verticalAlignment: Qt.AlignVCenter - text: qsTr("Network error: could not retrieve http://gpt4all.io/models/models2.json") + text: qsTr("Network error: could not retrieve http://gpt4all.io/models/models3.json") font.pixelSize: theme.fontSizeLarge color: theme.mutedTextColor }