Robert Krahn
Robert Krahn
org-ai uses the Emacs built-in [url package](https://www.gnu.org/software/emacs/manual/html_node/url/index.html) and it should adhere to the [proxy settings](https://www.gnu.org/software/emacs/manual/html_node/url/Proxies.html) made there. Can you confirm that this does not work?
Are you sure that this happens on the most recent version? The issue came up 3 weeks ago with the org-ai API update (see https://github.com/rksm/org-ai/issues/58) and was subsequently fixed with...
Changes have been merged. This is sort of an experiment. It sort of works but there are two caveats: - gpt-3.5-turbo is quite fast but for larger code blocks even...
That would be super cool! Not sure if I'll have time for it in the next little while so PRs are very welcome!
I'll give it some thought. There are a number of ways to go about it. Defining something for every backend is out of my personal scope but I can provide...
And any kind of contribution is of course very welcome!
Thank you, will look into it soon!
speech synthesis using espeak (by means of greader) is already supported. I've now documented it here: https://github.com/rksm/org-ai#espeak--greader Basically, just install the greader package from elpa and it should work. I'm...
Currently there are only [a few top-level asserts](https://github.com/rksm/org-ai/blob/master/org-ai-block.el#L201) for deterministic and fast to run functions, but this approach has it limits (in particular b/c it would prevent loading the package...
This would be super++ awesome! Feel free to use whatever language makes most sense for you. Happy to transition things into elisp later where suitable.