karthink
karthink
There is no "auto-complete" feature. Either way it just calls the same command, `gptel-send`. What do you want to happen instead when you press `C-c RET`?
Closing as there has been no response in a month.
You can add a consult-dir source that provides Dirvish quick access entries. If Dirvish used the builtin bookmark system, as @Thaodan says, that would also work.
> When `consult-dir-shadow-filenames` is `t`, the selected directory is prefixed with a `/`. > > For example, selecting `~/file.txt` results in `/~file.txt` being appended to the minibuffer. The purpose of...
Sure, each configuration is one gptel backend. ```elisp (gptel-make-openai "LiteLLM-service-1" :models '(...) :host ...) ;; and other keys (gptel-make-openai "LiteLLM-service-2" :models '(...) :host ...) ;; and other keys ``` Then...
> One of the things that surprises me is that one has to be explicit about the models. Couldn't they be auto-discovered somehow? They should be, see #567, but in...
@shindere You can look at the log for more information about the error. See https://github.com/karthink/gptel?tab=readme-ov-file#introspection-examine-debug-or-modify-requests
I'm a little confused by the images here -- are you saying that the images show what should happen, or is there a bug there?
> Consult-dir inserted `~/.emacs.d/lisp/packages/test`, which is incorrect. It > should have inserted `~/.emacs.d/lisp/packages/`. The minibuffer prompt content > ('test') must not be appended. This is intentional, not a bug. When...
> For example, if the evaluation prompt is: > > ``` > TEST > ``` > > The final output after inserting the path becomes: > > ``` > TEST...