diff --git a/Code/OS/Updater.cs b/Code/OS/Updater.cs index 451496e..8a043c6 100644 --- a/Code/OS/Updater.cs +++ b/Code/OS/Updater.cs @@ -142,6 +142,9 @@ namespace Flowframes.OS public static async Task UpdateModelList() { + if (!Config.GetBool("fetchModelsFromRepo", false)) + return; + foreach (AI ai in Networks.networks) { try