Skip to content

Commit 9a09569

Browse files
committed
fix: use invalid_responses instead of error_calls
1 parent 3a5cb23 commit 9a09569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/balatrollm/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def avg_len(field_name: str) -> float:
291291
avg_rerolls=avg("rerolls"),
292292
avg_money_spent=avg("money_spent"),
293293
avg_successful_calls=avg("successful_calls"),
294-
avg_error_calls=avg_len("error_calls"),
294+
avg_error_calls=avg_len("invalid_responses"),
295295
avg_failed_calls=avg_len("failed_calls"),
296296
avg_total_input_tokens=avg("total_input_tokens"),
297297
avg_total_output_tokens=avg("total_output_tokens"),

0 commit comments

Comments
 (0)