mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-03 07:33:45 +00:00
fix: token counting visual bug (#2587)
This commit is contained in:
@@ -899,7 +899,6 @@ func (m *messagesComponent) renderHeader() string {
|
||||
}
|
||||
tokens = (usage.Input +
|
||||
usage.Cache.Write +
|
||||
usage.Cache.Read +
|
||||
usage.Output +
|
||||
usage.Reasoning)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user