eslgastal
eslgastal
Thanks for the explanation. I use non-truncated lines (line wrapping) and this solved the problem for me: ```emacs-lisp (defun my/no-op (&rest args)) (advice-add 'org-noter--set-notes-scroll :override 'my/no-op) ```
Based on the info in this thread, I've implemented the following macro in my config, which seems to work: ```emacs-lisp (require 'cl) (setq my/run-once-after-first-frame-counter 0) (defmacro my/run-once-after-first-frame (&rest body) `(lexical-let*...
This seems to work: ```elisp (gptel-make-gemini "Gemini" :stream t :key "YOUR_GEMINI_API_KEY" :request-params '(:tools [(:google_search ())]) ) ``` But makes tool-use not available. I think the correct procedure would be to...
> [@eslgastal](https://github.com/eslgastal) looks like this is mutually exclusive with adding gptel tools, any idea how to combine these? I think you could explicitly add the google_search tool to the [return...
@blahgeek Nice! I think it would be interesting to have an option to extract the target redirected URL from the obfuscated "vertexaisearch.cloud.google.com" URLs. In Linux I've been doing this with...