mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix azure cost tracking
This commit is contained in:
parent
86971c76a1
commit
43eef61aa7
1 changed files with 0 additions and 2 deletions
|
|
@ -337,8 +337,6 @@ def response_cost_calculator(
|
|||
and custom_llm_provider is True
|
||||
): # override defaults if custom pricing is set
|
||||
base_model = model
|
||||
elif base_model is None:
|
||||
base_model = model
|
||||
# base_model defaults to None if not set on model_info
|
||||
response_cost = completion_cost(
|
||||
completion_response=response_object,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue