diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/ai-config.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/ai-config.el b/modules/ai-config.el index 01b089ce..37483847 100644 --- a/modules/ai-config.el +++ b/modules/ai-config.el @@ -41,8 +41,10 @@ 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.") + . "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.") (writing . "You are a large language model and a writing assistant. Respond concisely.") |
