mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-10 01:10:35 +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
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user