summaryrefslogtreecommitdiff
path: root/helpfuncs.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpfuncs.go')
-rw-r--r--helpfuncs.go2
1 files changed, 0 insertions, 2 deletions
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 {