mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
feat: reorder token usage output for improved clarity
This commit is contained in:
@@ -290,8 +290,8 @@ class ConversationCommands:
|
||||
ret = (
|
||||
f"📊 Token usage (ID: {cid[:8]}...)\n"
|
||||
f"Total: {total_tokens:,}\n"
|
||||
f"Input (other): {total_input_other:,}\n"
|
||||
f"Input (cached): {total_input_cached:,}\n"
|
||||
f"Input (other): {total_input_other:,}\n"
|
||||
f"Output: {total_output:,}\n"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user