mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-21 05:04:32 +00:00
qml: update models.json URL in error message
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
7d1e30766f
commit
9fafca5c94
@ -60,7 +60,7 @@ MyDialog {
|
|||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
horizontalAlignment: Qt.AlignHCenter
|
horizontalAlignment: Qt.AlignHCenter
|
||||||
verticalAlignment: Qt.AlignVCenter
|
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
|
font.pixelSize: theme.fontSizeLarge
|
||||||
color: theme.mutedTextColor
|
color: theme.mutedTextColor
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user