summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-01-03 10:55:55 +0300
committerGrail Finder <wohilas@gmail.com>2026-01-03 10:55:55 +0300
commite52daa8f97d15c1f3efc8b3434684fa958dc52a3 (patch)
treed67cc04ed56582bacc96a7f8aa1f9bf4525375cf /bot.go
parentaeb2700d14c23c175376e2a5749295cd9a5d72c7 (diff)
Doc: updateHEADmaster
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.go b/bot.go
index 7a70fba..1e405c8 100644
--- a/bot.go
+++ b/bot.go
@@ -626,7 +626,7 @@ func chatRound(userMsg, role string, tv *tview.TextView, regen, resume bool) {
go sendMsgToLLM(reader)
logger.Debug("looking at vars in chatRound", "msg", userMsg, "regen", regen, "resume", resume)
if !resume {
- fmt.Fprintf(tv, "\n\n[-:-:b](%d) ", len(chatBody.Messages))
+ fmt.Fprintf(tv, "\n[-:-:b](%d) ", len(chatBody.Messages))
fmt.Fprint(tv, roleToIcon(botPersona))
fmt.Fprint(tv, "[-:-:-]\n")
if cfg.ThinkUse && !strings.Contains(cfg.CurrentAPI, "v1") {