mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-06 02:50:36 +00:00
Wait just a bit to set the model name so that we can display the proper name instead of filename.
This commit is contained in:
@@ -352,6 +352,8 @@ void Download::parseModelsJsonFile(const QByteArray &jsonData)
|
||||
settings.setValue("defaultModel", firstModel);
|
||||
settings.sync();
|
||||
}
|
||||
|
||||
ModelList::globalInstance()->updateModelHasNames();
|
||||
}
|
||||
|
||||
void Download::handleReleaseJsonDownloadFinished()
|
||||
|
Reference in New Issue
Block a user