Update gpt prompt
This commit is contained in:
parent
c4028a0ffa
commit
38342706e1
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue