Hacker News new | ask | show | jobs
Show HN: Run ChatGPT and DALL-E in Emacs org-mode (github.com)
3 points by robertkrahn01 1204 days ago
org-ai is an Emacs package to integrate with the OpenAI API. It exposes a number of the API parameters (like temperature, system prompt, etc) so that it is easy to experiment with different combinations. The chat text is intentionally made fully modifiable.

org-mode is able to embed images so that DALL-E image generation and variation can be used from within an Emacs buffer. Definitely a fun way to create an illustrated story :)

Eventually I hope to connect other APIs and maybe local models as well.