mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-13 12:59:10 +00:00
refactor: 포스터 생성 로직 수정
This commit is contained in:
@@ -80,8 +80,9 @@ class AIClient:
|
||||
response = self.openai_client.images.generate(
|
||||
model="dall-e-3",
|
||||
prompt=prompt,
|
||||
size=size,
|
||||
quality="standard",
|
||||
size="1024x1024",
|
||||
quality="hd", # 고품질 설정
|
||||
style="vivid", # 또는 "natural"
|
||||
n=1,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user