mirror of
https://github.com/Paillat-dev/presentator.git
synced 2026-01-01 16:56:20 +00:00
cahnged 1024-1024 to 512-512
This commit is contained in:
@@ -11,6 +11,6 @@ async def generate(prompt, path, mode, openai_key):
|
||||
img = await openai.Image.acreate(
|
||||
prompt=prompt,
|
||||
n=1,
|
||||
size="1024x1024",
|
||||
size="512x512",
|
||||
)
|
||||
return img
|
||||
Reference in New Issue
Block a user