forked from phoenix/litellm-mirror
fix test_cost_azure_gpt_35
This commit is contained in:
parent
96ec2a5a19
commit
855761d041
1 changed files with 0 additions and 2 deletions
|
@ -459,8 +459,6 @@ def _select_model_name_for_cost_calc(
|
|||
|
||||
elif return_model is None and hasattr(completion_response, "get"):
|
||||
return_model = completion_response.get("model", "") # type: ignore
|
||||
elif hasattr(completion_response, "model"):
|
||||
return_model = completion_response.model # type: ignore
|
||||
hidden_params = getattr(completion_response, "_hidden_params", None)
|
||||
|
||||
if hidden_params is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue