diff options
author | Grail Finder <wohilas@gmail.com> | 2025-08-22 23:15:20 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-08-22 23:15:20 +0300 |
commit | a21664fe927b3a826570d74b91b665da2b615b5f (patch) | |
tree | 526c752f0e05583bb599023041c9e080602bf416 /tui.go | |
parent | eee5e83d329fa9a19cf04ba290102ea650aca580 (diff) |
Fix: export chat save in db; botPersona switching back to assistant
Diffstat (limited to 'tui.go')
-rw-r--r-- | tui.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 { |