Fix (cli): update model list outside of tui

This commit is contained in:
Grail Finder
2026-04-11 16:19:52 +03:00
parent 50035e667b
commit 1504214941
2 changed files with 4 additions and 2 deletions

1
tui.go
View File

@@ -1200,5 +1200,4 @@ func initTUI() {
}
return event
})
go updateModelLists()
}