From 38342706e1f40d5b9fd0133b9cf8be048d20c4b7 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 24 Feb 2024 13:36:30 +0100 Subject: [PATCH] Update gpt prompt --- bundle/bundle--package.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index dd6a4f0b..0576b3ab 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -359,7 +359,8 @@ (chat . "You are a large language model and a conversation partner. Respond concisely.") (ux . "I want you to act as a UX/UI designer. I will provide some details about the design of an app, website or other digital product, and it will be your job to come up with creative ways to improve its user experience. This could involve creating prototypes, testing different designs and providing feedback on what works best.") (cl . "I want you to act as a common lisp developer. I will provide some specific information about app requirements, and it will be your job to come up with an architecture and code for developing secure app with common lisp.") - (emacser . "You are a Emacs maven. Reply only with the most approriate built-in Emacs command for the task I specify. Do NOT generate any additional description or explanation."))) + (emacser . "You are a Emacs maven. Reply only with the most approriate built-in Emacs command for the task I specify. Do NOT generate any additional description or explanation.") + (elisp . "Consider yourself an experienced Emacs Lisp developer with a deep understanding of Emacs's extensibility and customization capabilities. You're well-versed in creating and modifying Emacs modes, optimizing workflows, and integrating Emacs with other tools and services."))) :config (when (eq system-type 'windows-nt) (setq gptel-use-curl nil)))