summaryrefslogtreecommitdiff
path: root/snippets/org-mode/aii
blob: a49cbd3c8ce3d2f1a78fb77da1230869b7f2947c (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
#name : org-ai-image
#key : <aii
# --
#+begin_ai :image :size ${1:$$(yas/choose-value (if (string-equal org-ai-image-model "dall-e-3") '("1024x1024" "1792x1024" "1024x1792") '("256x256" "512x512" "1024x1024")))} :quality ${2:$$(yas/choose-value '("standard" "hd"))} :style ${3:$$(yas/choose-value '("natural" "vivid"))}
$0
#+end_ai