mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-10-01 01:38:46 +00:00
Fix some usage events.
This commit is contained in:
@@ -124,7 +124,7 @@ bool ChatLLM::loadModel(const QString &modelName)
|
||||
|
||||
emit isModelLoadedChanged();
|
||||
|
||||
static bool isFirstLoad = false;
|
||||
static bool isFirstLoad = true;
|
||||
if (isFirstLoad) {
|
||||
emit sendStartup();
|
||||
isFirstLoad = false;
|
||||
|
Reference in New Issue
Block a user