[HN Gopher] Org-assistant.el - Org Babel extension for Chat Assi...
       ___________________________________________________________________
        
       Org-assistant.el - Org Babel extension for Chat Assistant APIs
        
       Author : tyler-dodge
       Score  : 45 points
       Date   : 2023-05-02 16:31 UTC (6 hours ago)
        
 (HTM) web link (github.com)
 (TXT) w3m dump (github.com)
        
       | iLemming wrote:
       | There are so many Emacs chat-gpt packages already. How does this
       | one differ from xenodium/chatgpt-shell? That one too, has org-
       | mode integration.
        
         | koito17 wrote:
         | How many of them specifically integrate with org-babel? I agree
         | that there are a ton of Emacs packages trying to take advantage
         | of ChatGPT, but I don't remember any particular ones that
         | integrate with org-babel to give you a sort of "AI-assisted
         | notebooks" software.
        
           | iLemming wrote:
           | > How many of them specifically integrate with org-babel?
           | 
           | The one I asked about. It does integrate with babel. I simply
           | didn't know to what extent.
        
         | tyler-dodge wrote:
         | chatgpt-shell in org-mode does not support chaining together
         | multiple messages whereas org-assistant supports:
         | 
         | #+BEGIN_SRC ?
         | 
         | A
         | 
         | #+END_SRC
         | 
         | #+BEGIN_EXAMPLE
         | 
         | A-response
         | 
         | #+END_EXAMPLE
         | 
         | #+BEGIN_SRC ?
         | 
         | B
         | 
         | #+END_SRC
         | 
         | Where if you run Ctrl-c Ctrl-C on the block it sends the
         | conversation to chatgpt:
         | 
         | User: A
         | 
         | Assistant: A-response
         | 
         | User: B
         | 
         | This enables notebook style development if you are tinkering
         | with a prompt and want to see how the responses cascade based
         | on further input.
        
           | dumpsterlid wrote:
           | [dead]
        
           | iLemming wrote:
           | Oh, that's cool. I'll give it a try. Thank you!
        
       ___________________________________________________________________
       (page generated 2023-05-02 23:00 UTC)