diff options
| author | benj <benj@rse8.com> | 2024-03-24 23:25:04 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2024-03-24 23:59:13 -0700 |
| commit | a6aaaa8d3afc3b231c83978720e39f342a3df5b7 (patch) | |
| tree | fd3f150dd819ab934aa17c6c7e4a23c16778f18b /snippets/org-mode/ai | |
| parent | 5731cc2a949d7d5d3a4ec33fd9ea4b95afd4e539 (diff) | |
| download | emacs-a6aaaa8d3afc3b231c83978720e39f342a3df5b7.tar emacs-a6aaaa8d3afc3b231c83978720e39f342a3df5b7.tar.gz emacs-a6aaaa8d3afc3b231c83978720e39f342a3df5b7.tar.bz2 emacs-a6aaaa8d3afc3b231c83978720e39f342a3df5b7.tar.lz emacs-a6aaaa8d3afc3b231c83978720e39f342a3df5b7.tar.xz emacs-a6aaaa8d3afc3b231c83978720e39f342a3df5b7.tar.zst emacs-a6aaaa8d3afc3b231c83978720e39f342a3df5b7.zip | |
rice org, org-ai, treemacs, nerd fonts, ansi-shell -> shell
Diffstat (limited to '')
| -rw-r--r-- | snippets/org-mode/ai | 9 | ||||
| -rw-r--r-- | snippets/org-mode/aii | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/snippets/org-mode/ai b/snippets/org-mode/ai new file mode 100644 index 0000000..8506dc9 --- /dev/null +++ b/snippets/org-mode/ai @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +#name : org-ai-block +#key : <ai +# -- +#+begin_ai +${1:[SYS]: ${2:You are a helpful assistant.} + +}[ME]: $0 +#+end_ai
\ No newline at end of file diff --git a/snippets/org-mode/aii b/snippets/org-mode/aii new file mode 100644 index 0000000..a49cbd3 --- /dev/null +++ b/snippets/org-mode/aii @@ -0,0 +1,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
\ No newline at end of file |
