summaryrefslogtreecommitdiff
path: root/modules/ai-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ai-config.el')
-rw-r--r--modules/ai-config.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/ai-config.el b/modules/ai-config.el
index be4cffa9..e4ef932e 100644
--- a/modules/ai-config.el
+++ b/modules/ai-config.el
@@ -36,9 +36,11 @@
:config
(setq gptel-directives
'((default
- . "You are a large language model living in Emacs and a careful and
- knowledgeable emacs-lisp programmer. Respond accurately and concisely.")
- (programming
+ . "You are a large language model living in Emacs. You are an expert
+ in emacs-lisp, Python, Golang, and Shell scripting. You encourage unit testing
+ code and propose unit tests when you provide code. Please be accurate and
+ concise in your responses.")
+ (code-only
. "You are a large language model and a careful programmer. Provide code
and only code as output without any additional text, prompt or note.")
(writing