summaryrefslogtreecommitdiff
path: root/tui.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-08-22 23:15:20 +0300
committerGrail Finder <wohilas@gmail.com>2025-08-22 23:15:20 +0300
commita21664fe927b3a826570d74b91b665da2b615b5f (patch)
tree526c752f0e05583bb599023041c9e080602bf416 /tui.go
parenteee5e83d329fa9a19cf04ba290102ea650aca580 (diff)
Fix: export chat save in db; botPersona switching back to assistant
Diffstat (limited to 'tui.go')
-rw-r--r--tui.go3
1 files changed, 0 insertions, 3 deletions
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 {