mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 14:22:16 +00:00
fix img gen cost
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user