mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix(litellm_logging.py): fix price information logging to s3
This commit is contained in:
parent
ef51f8600d
commit
9609505d0c
3 changed files with 7 additions and 4 deletions
|
@ -2300,7 +2300,7 @@ def get_standard_logging_object_payload(
|
|||
base_model = _get_base_model_from_metadata(model_call_details=kwargs)
|
||||
custom_pricing = use_custom_pricing_for_model(litellm_params=litellm_params)
|
||||
model_cost_name = _select_model_name_for_cost_calc(
|
||||
model=kwargs.get("model"),
|
||||
model=None,
|
||||
completion_response=init_response_obj,
|
||||
base_model=base_model,
|
||||
custom_pricing=custom_pricing,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue