karthink

Results 853 comments of karthink

> Is there another way? Yes, you can use a link to an image in a gptel chat buffer. This requires `gptel-track-media` to be turned on. Example: ``` What is...

@ProjectMoon Could you test the above (link) method and let me know if it's working without errors?

The backtrace does not have enough context, unfortunately. Can you share the contents of the Org buffer? You can create a simple test buffer, add an image link and try...

> It is testing for `(region-active-p)` so obviously that stops being true for some reason when anything is chosen in the transient menu, but I am not sure what would...

Evil-mode's line-wise selection seems to have some issues with gptel: #870 is another example. Investigating this is a low priority for me, especially as I'm not familiar with evil-mode's fairly...

For what it's worth I couldn't reproduce it in a stock emacs (`emacs -Q`) with evil-mode and gptel installed. https://github.com/user-attachments/assets/b6a13fad-4934-4706-9d12-5a8e117bcde4 1. `M-x evil-mode` 2. `V` 3. `C-u M-x gptel-send` 4....

Okay, I was able to reproduce it after some more trying. It appears that the bug is only in the indicator text (that says "Send lines X-Y" in the transient...

Are you setting the `GPTEL_SYSTEM` property (or others) manually? This is not supported. gptel saves the active model parameters to the buffer for persistence. The idea is that the current...

> So how do I adjust the `GPTEL_SYSTEM` ... Set the system message for the Org buffer -- you can do it from the transient menu (`C-u C-c RET` in...

> Ok, thanks. Where is the global system message persistently saved to disk? It's saved in the Org file, along with other model parameters. If you would like to have...