add gpt-image to possible base model types

This commit is contained in:
Mary Hipp
2025-04-28 15:28:18 -04:00
committed by Mary Hipp Rogers
parent 2d7f9697bf
commit 04c005284c

View File

@@ -27,6 +27,7 @@ class BaseModelType(str, Enum):
Flux = "flux"
CogView4 = "cogview4"
Imagen3 = "imagen3"
GPTImage = "gpt-image"
class ModelType(str, Enum):