Closed ongaeshi closed 11 months ago
Image Generation の方だった。
response = client.images.generate(parameters: { prompt: "A baby sea otter cooking pasta wearing a hat of some sort", size: "256x256" })
puts response.dig("data", 0, "url")
# => "https://oaidalleapiprodscus.blob.core.windows.net/private/org-Rf437IxKhh..."
```j
https://platform.openai.com/docs/guides/images/usage?context=node で API 叩ける。標準では無いけど、プロンプトで16x9を指定すれば変更してくれるらしい。
テーマだけ指定したら後ろ抜きの png 作ってくれる。