I just saw this comment. I have tried a bunch of Emacs AI packages; my current favorite is org-ai. See my config for details, and let me know if you have any questions.
I have a developing app on my github called aiRead, which is a text-based reading app integrating a number of chatbot prompts to do all sorts of interactive features with the text you’re reading. It’s unpolished, as I’m focusing on the prompt engineering and figuring out how to work with it more effectively rather than making it attractive for general consumption. If you’d like to check it out, here’s the link—I’d be happy to answer questions if you find it confusing! Just requires the ability to run a python script.
Have you looked into integrating any of these chatbots with Emacs through APIs?
There is ChatGPT.el and ob-chatgpt (which builds on top of ChatGPT.el) which are currently being updated to use the API.
Fantastic, I’ll check those out, thanks!
I just saw this comment. I have tried a bunch of Emacs AI packages; my current favorite is org-ai. See my config for details, and let me know if you have any questions.
I have a developing app on my github called aiRead, which is a text-based reading app integrating a number of chatbot prompts to do all sorts of interactive features with the text you’re reading. It’s unpolished, as I’m focusing on the prompt engineering and figuring out how to work with it more effectively rather than making it attractive for general consumption. If you’d like to check it out, here’s the link—I’d be happy to answer questions if you find it confusing! Just requires the ability to run a python script.