From cdfccf9a2440dc4d8094e7ae94aa85cb446e7cfb Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sun, 1 Mar 2026 08:22:02 +0300 Subject: Enha (llama.cpp): show loaded model on startup --- helpfuncs.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'helpfuncs.go') diff --git a/helpfuncs.go b/helpfuncs.go index b8b7251..b63995c 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -27,7 +27,6 @@ func startModelColorUpdater() { go func() { ticker := time.NewTicker(5 * time.Second) defer ticker.Stop() - // Initial check updateCachedModelColor() for range ticker.C { @@ -42,7 +41,6 @@ func updateCachedModelColor() { cachedModelColor = "orange" return } - // Check if model is loaded loaded, err := isModelLoaded(chatBody.Model) if err != nil { -- cgit v1.2.3