diff --git a/astrbot/builtin_stars/builtin_commands/commands/conversation.py b/astrbot/builtin_stars/builtin_commands/commands/conversation.py index 751458c37..b9408191e 100644 --- a/astrbot/builtin_stars/builtin_commands/commands/conversation.py +++ b/astrbot/builtin_stars/builtin_commands/commands/conversation.py @@ -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" )