fix img gen cost

This commit is contained in:
Ishaan Jaff 2025-01-12 16:31:04 -08:00
parent b71021f1bf
commit c8cedbed20

View file

@ -4434,6 +4434,8 @@ def image_generation( # noqa: PLR0915
},
custom_llm_provider=custom_llm_provider,
)
if "custom_llm_provider" not in logging.model_call_details:
logging.model_call_details["custom_llm_provider"] = custom_llm_provider
if mock_response is not None:
return mock_image_generation(model=model, mock_response=mock_response)