From e52daa8f97d15c1f3efc8b3434684fa958dc52a3 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 3 Jan 2026 10:55:55 +0300 Subject: Doc: update --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.go') 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") { -- cgit v1.2.3