mirror of
https://github.com/Paillat-dev/presentator.git
synced 2026-01-02 01:06: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(
|
img = await openai.Image.acreate(
|
||||||
prompt=prompt,
|
prompt=prompt,
|
||||||
n=1,
|
n=1,
|
||||||
size="1024x1024",
|
size="512x512",
|
||||||
)
|
)
|
||||||
return img
|
return img
|
||||||
Reference in New Issue
Block a user