From dc8ec3fa8e996b605e01dc54dd41534ce0558335 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 14 Apr 2024 00:22:26 -0500 Subject: tests and more bug fixing - make org todo starting priority the lowest ("D") - better default prompt for gptel - added function to browse arch-wiki-docs - added tests for join line or region - added tests for format region or buffer - added region arguments to cj/join-paragraph - updated tasks --- modules/ai-config.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'modules/ai-config.el') 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 -- cgit v1.2.3