-
Notifications
You must be signed in to change notification settings - Fork 364
Closed
Description
Hi,
I was wondering whether some feature such as the following could be implemented:
- Inserting perhaps XML or Org-mode tags indicating the beginning and ending of LLM generated content.
E.g.
Please list all apartment finding sites.
Certainly! Here is a list of apartment sites:
craigslist.org
...
Would become
<llm-prompt>Please list all apartment finding sites.</llm-prompt>
<llm-content model="claude-3-opus">
Certainly! Here is a list of apartment sites:
craigslist.org
...
</llm-content>
- Making such context sensitive, so it would use the appropriate tags for the mode, e.g. Org-mode, or comment them out:
(in hypothetical file: apartments.el)
;; <llm-prompt>Please list all apartment finding sites.</llm-prompt>
;; <llm-content model="claude-3-opus">
;; Certainly! Here is a list of apartment sites:
;;
;; craigslist.org
;; ...
;; </llm-content>
Thanks!
Andrew
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels