karthink / gptel

A simple LLM client for Emacs
GNU General Public License v3.0
1.14k stars 119 forks source link

Cannot set directive for a chat with `gptel-send` #27

Closed scheidan closed 1 year ago

scheidan commented 1 year ago

When I try to set the directive for a chat with gptel-send (selecting h) I get the following error message:

transient-setup: Suffix transient:gptel-system-prompt:Programming is not defined or autoloaded as a command

Maybe I'm using it not in the intended way?

karthink commented 1 year ago

@scheidan

  1. Are you trying this in a dedicated gptel buffer or a regular Emacs buffer?
  2. How did you install gptel?
scheidan commented 1 year ago

I did the install with use-packge form MELPA:

(use-package gptel
  :ensure t
  :config (setq gptel-api-key "sk-...")
  )

Also here, works well after updating. Thanks!