summaryrefslogtreecommitdiff
path: root/tui.go
diff options
context:
space:
mode:
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 {