11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
# -*- mode: snippet -*-
|
|
#name : org-ai-block
|
|
#key : ai
|
|
#contributor : Robert Krahn
|
|
# --
|
|
#+begin_ai
|
|
${1:[SYS]: ${2:You are a helpful assistant.}
|
|
|
|
}[ME]: $0
|
|
#+end_ai
|