chore(cost_calc): drop the query count section label comment

This commit is contained in:
mateo-berri 2026-09-07 18:54:31 -07:00
parent a601c00afd
commit 6076e9f611

View file

@ -981,7 +981,6 @@ def _calculate_input_cost(
prompt_tokens_details["audio_length_seconds"],
)
### QUERY COUNT COST
if prompt_tokens_details["query_count"]:
prompt_cost += calculate_cost_component(
model_info, "input_cost_per_query", prompt_tokens_details["query_count"]