From 0afb98246b0a46e2a599edb6e9074c7325d37de0 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 9 Feb 2026 15:42:40 +0300 Subject: Fix (llama.cpp) model update --- popups.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'popups.go') diff --git a/popups.go b/popups.go index 3087f2d..9a1a278 100644 --- a/popups.go +++ b/popups.go @@ -18,9 +18,7 @@ func showModelSelectionPopup() { return ORFreeModels } // Assume local llama.cpp - refreshLocalModelsIfEmpty() - localModelsMu.RLock() - defer localModelsMu.RUnlock() + updateModelLists() return LocalModels } // Get the current model list based on the API -- cgit v1.2.3