edit : dalle, imagen 추가
This commit is contained in:
@@ -565,3 +565,10 @@ class UserLogUpdateMultiReq(BaseModel):
|
||||
#===============================================================================
|
||||
#===============================================================================
|
||||
#===============================================================================
|
||||
|
||||
class ImageGenerateReq(BaseModel):
|
||||
"""
|
||||
### [Request] image generate request
|
||||
"""
|
||||
prompt : str = Field(description='프롬프트', example='검은색 안경')
|
||||
# downloadCount : int = Field(1, description='이미지 생성 갯수', example=1)
|
||||
Reference in New Issue
Block a user