Doc: update

This commit is contained in:
Grail Finder
2026-01-03 10:55:55 +03:00
parent aeb2700d14
commit e52daa8f97
2 changed files with 6 additions and 6 deletions

2
bot.go
View File

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