mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
chore(cost_calc): drop the query count section label comment
This commit is contained in:
parent
a601c00afd
commit
6076e9f611
1 changed files with 0 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue