mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix: default quality cost calculation of gpt-image 1 model
This commit is contained in:
parent
4f82147746
commit
aa578f78b9
1 changed files with 1 additions and 1 deletions
|
|
@ -1555,7 +1555,7 @@ def default_image_cost_calculator(
|
|||
|
||||
# gpt-image-1 models use low, medium, high quality. If user did not specify quality, use medium fot gpt-image-1 model family
|
||||
model_name_with_v2_quality = (
|
||||
f"{ImageGenerationRequestQuality.MEDIUM.value}/{base_model_name}"
|
||||
f"{ImageGenerationRequestQuality.HIGH.value}/{base_model_name}"
|
||||
)
|
||||
|
||||
verbose_logger.debug(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue