gpt4all: overhaul

This commit is contained in:
2024-09-20 11:31:58 -04:00
parent d95634f2e8
commit b046534eb7
7 changed files with 113 additions and 95 deletions

View File

@@ -1,19 +0,0 @@
diff --git a/gpt4all-chat/src/main.qml b/gpt4all-chat/src/main.qml
index 1e685385..7c747eba 100644
--- a/src/main.qml
+++ b/src/main.qml
@@ -72,12 +72,14 @@ Window {
return;
}
+ /*
// check if we have access to settings and if not show an error
if (!hasShownSettingsAccess && !LLM.hasSettingsAccess()) {
errorSettingsAccess.open();
hasShownSettingsAccess = true;
return;
}
+ */
// check for first time start of this version
if (!hasCheckedFirstStart) {