Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3403,7 +3403,7 @@ def _calculate_aoai_evaluation_summary(
"completion_tokens": 0,
"cached_tokens": 0,
}
# Aggregate usage statistics
# Aggregate usage statistics for the model
model_stats = model_usage_stats[model_name]
model_stats["invocation_count"] += 1
if isinstance(usage_data, dict):
Expand Down
Loading