From a21664fe927b3a826570d74b91b665da2b615b5f Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 22 Aug 2025 23:15:20 +0300 Subject: Fix: export chat save in db; botPersona switching back to assistant --- tui.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'tui.go') diff --git a/tui.go b/tui.go index 5f6ceb1..644bb53 100644 --- a/tui.go +++ b/tui.go @@ -880,9 +880,6 @@ func init() { colorText() } go chatRound(msgText, persona, textView, false, false) - // if !cfg.SkipLLMResp { - // // update statue line - // } return nil } if event.Key() == tcell.KeyPgUp || event.Key() == tcell.KeyPgDn { -- cgit v1.2.3