-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make changes to gptel-directives propagate into org-mode properties #474
Comments
Only
The system message is independent of the backend parameters and can be changed at any time, so it doesn't make sense to specify it with the
The active system message is written to the file when you save it. The
Newlines are converted to |
Similar to the first question: if I add to (setopt gptel-directives
'((default . ....)
(my-directiveA . "blablabla")
....)))
how can I make newly created models use my-directiveA by default? (You asked @nordlow : "Only org-mode files?" In my case, yes, at least for now). As of now, what I am doing is modifying [1] More precisely, I am using |
Yes, this is fine. You are free to modify the As an alternative to (setf (alist-get 'default gptel-directives) "blablabla") |
Thanks a lot. I'll keep modifying
is there any benefit compared to |
I'm currently loading gptel as
. How do I make new org-mode files choose the
programming
directive by default?It would have been useful to able to specify system directive in call to
above.
Currently new org-mode files insert
when I want the programming directive to be inserted. Moreover is newlines automatically converted to
\n
when inserted into the org-mode file?The text was updated successfully, but these errors were encountered: