karthink

Results 854 comments of karthink

> as far as I can tell I need to set the backend twice in order to be able to switch between models on both platforms @Gavinok Can you explain...

> How exactly do you configure gptel to utilize multiple backends? As I understand it you need to `(setq gptel-backend (...))` so how exactly are you supposed to configure more...

> really all I want is a way to register and configure multiple backends in my init.el You can register as many backends as you want. ```elisp (gptel-make-backend "backend1" ...)...

You are using variable-pitch fonts in the header line, which cannot be right-aligned easily. If you are aware of how to do this, please let me know and raise a...

> Considering that font preferences are very individual, it is practically impossible to achieve perfect alignment with a hard-coded offset. There may be a way to find this information inside...

``` emacs-lisp (defun gptel-replace-line-with-buffer-context () "Use gptel to replace the current line with a response generated using the entire buffer as context." (interactive) (let* ((gptel-tools (list (gptel-get-tool "read_buffer") ;List of...

You can run this after running `toggle-debug-on-error` so you can catch the error you reported as problem 1.

> 1) As we have discussed, the system message management could be easier. > > https://github.com/karthink/gptel/issues/416#issuecomment-2442994574 Will address this when I work on the system messages next, for which, as...

I'll reply in detail when I can, but regarding point 2 I wanted to link to #475.