diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-27 11:23:03 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-27 11:23:03 +0300 |
| commit | c855c30ae2f0b5fb272ba08826dc3d79f9487c80 (patch) | |
| tree | 19a7fdc20fcd1c080345e6eb5d5635e082b7a80a /helpfuncs.go | |
| parent | 915b029d2c0fc419c6a844b5f93dc59df9cfd31c (diff) | |
Enha: save/load message token stats
Diffstat (limited to 'helpfuncs.go')
| -rw-r--r-- | helpfuncs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpfuncs.go b/helpfuncs.go index 356dd37..f47fdd1 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -359,7 +359,7 @@ func makeStatusLine() string { } // Get model color based on load status for local llama.cpp models modelColor := getModelColor() - statusLine := fmt.Sprintf(statusLineTempl, boolColors[botRespMode], activeChatName, + statusLine := fmt.Sprintf(statusLineTempl, activeChatName, boolColors[cfg.ToolUse], modelColor, chatBody.Model, boolColors[cfg.SkipLLMResp], cfg.CurrentAPI, persona, botPersona) if cfg.STT_ENABLED { |
