UI tweaks for GPT4All v3.0.0-rc2 (#2474)

* clickable link to get API key with hand-style mouse cursor
* remove "Force Metal" setting
* allow typing incorrect API keys (but don't accept them), add placeholder text

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-06-27 11:08:32 -04:00
committed by GitHub
parent bed92046d0
commit 6506ba161b
3 changed files with 21 additions and 10 deletions

View File

@@ -420,7 +420,7 @@ MySettingsTab {
Accessible.description: ToolTip.text
}
MySettingsLabel {
/*MySettingsLabel {
id: gpuOverrideLabel
text: qsTr("Force Metal (macOS+arm)")
Layout.row: 13
@@ -437,7 +437,7 @@ MySettingsTab {
}
ToolTip.text: qsTr("WARNING: On macOS with arm (M1+) this setting forces usage of the GPU. Can cause crashes if the model requires more RAM than the system supports. Because of crash possibility the setting will not persist across restarts of the application. This has no effect on non-macs or intel.")
ToolTip.visible: hovered
}
}*/
MySettingsLabel {
id: updatesLabel