Your browser does not support the AVIF format used here. Terribly sorry, please try another browser (see https://caniuse.com/avif for browsers supporting avif)

Fun, fun, fun, but still developing! Favorites are saved in your browser only, so clearing your browser or switching devices means you'll lose them. Logging in saves favorites online, but there's still a chance of loss. Logging out reverts to browser-only saving. Needless to say, favorites won't help in voting on discord cq helping development, so go vote in discord.

Expect occasional outages, missing prompts or images, and note that data may be deleted depending on hard drive space, usually after a few months, unless there's a major failure.

Prompt: from openai import OpenAI # 创建 OpenAI 客户端实例 client = OpenAI() # 使用 DALL-E 模型生成图像 response = client.images.generate( model=\"dall-e-3\", prompt=\"一张白色暹罗猫的照片\", size=\"1024x1024\", quality=\"standard\", n=1, ) # 获取生成的图像的 URL image_url = response.data[0].url # 打印图像 URL print(\"生成的图像 URL:\", image_url)

Nov 24, 2023, 12:30:27 AM
Nov 24, 2023, 12:30:27 AM