Skip to content

Commit dc3df7a

Browse files
committed
画像サイズアップ
1 parent 86931f7 commit dc3df7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/chat_gpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ def chat_gpt(message: str) -> str:
1616

1717

1818
def image_create(message: str) -> str:
19-
response = openai.Image.create(prompt=message, n=1, size="256x256")
19+
response = openai.Image.create(prompt=message, n=1, size="512x512")
2020
return response["data"][0]["url"]

0 commit comments

Comments
 (0)