this post was submitted on 22 Oct 2023
1 points (100.0% liked)
Emacs
7 readers
1 users here now
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I can add this to gptel quite easily, but I can't find the instructions on how to use it. Does it use a local http server? Where can I find these details?
Hi,
I personally would not have expected that the desktop app doesn't have to run in background anyway. ;-)
Any "gtp4all.el"-like mode would help me in writing my queries in Emacs as well as receiving its output directly into Emacs (babel/org-mode preferred, I suppose). Currently, I do a lot of copy&paste for that purpose.
In that case you can use it right now with gptel, which supports an Org interface for chat.
Enable the server mode in the desktop app, and in Emacs, run
Then you can spawn a dedicated chat buffer with
M-x gptel
or chat from any buffer by selecting a region of text and runningM-x gptel-send
.It isn't actually the same, though - they don't support streaming. How are you getting around this?