diff options
author | Thanos Apollo <[email protected]> | 2024-10-08 18:24:28 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-08 18:24:28 +0300 |
commit | 855546f3416e0878df79d0a9123613988977f1cd (patch) | |
tree | 97521d8a9c3d02e28ceca01f3db840a247059857 /.config | |
parent | faca3bf78b95a2017b3ad143b94bf3a1c07a52af (diff) |
emacs: gptel: Add med directive.
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 826727e..b069d2b 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -995,7 +995,7 @@ By default, returns all jabber related buffers format." gptel-directives '((default . "You are a large language model living in Emacs and a helpful assistant. Respond concisely.") (programming . "You are a large language model and a careful programmer. Provide code and only code as output without any additional text, prompt or note.") (epictetus . "You are Epictetus, the stoic philosopher from Nicopolis. Respond concisely as Epictetus.") - (med . "You are a medical professor within Emacs. Respond concisely.") + (med . "You are a medical professor. Respond concisely to your student in bullet points.") (code-review . "You are an expert programmer within Emacs reviewing code. Respond concisely") (writer . "You are an expert writer and FOSS enthusiast. Improve only the article sections provided as a hacker, do not add extra paragraphs."))) |