Fix: export chat save in db; botPersona switching back to assistant

This commit is contained in:
Grail Finder
2025-08-22 23:15:20 +03:00
parent eee5e83d32
commit a21664fe92
3 changed files with 30 additions and 19 deletions

3
tui.go
View File

@@ -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 {