chatgpt-shell
chatgpt-shell copied to clipboard
ChatGPT and DALL-E Emacs shells + Org babel π¦ + a shell maker for other providers
When using chatgptshell-compose via keybinding with `C-u` prefix it currently just clears the buffer. It would be nice if when invoked via prefix it would offer me a magit-like menu...
This is after restoring a session from a transcript: > Canβt guess python-indent-offset, using defaults: 4 [2 times] > Invalid face reference: org-level-3 [5 times]
Is there a way to input images? In particular, can we input an image to Dall-E API? The ChatGPT website supports this, but I am not sure about the API.
Is there any way to automatically remove Markdown markups?
It would be nice to be able to use org-mode instead of markdown mode. For example, another emacs GPT shell (https://github.com/karthink/gptel) supports both.
update the `chatgpt-shell-auth-header` function to generate the appropriate header based on the selected service. Also, add new custom variables `chatgpt-shell-azure-openai-deployment` and `chatgpt-shell-azure-openai-api-version` for Azure-OpenAI configuration. Modify `chatgpt-shell--api-url` function to construct...
I realize this was announced today so this is kind of an early ask, but I'd love to see the Assistants api supported in chatgpt-shell. Its part of the new...
In the shell I would simply write "clear". More on this, how to have two org-babel blocks share the same context?
Hi! I just came across https://github.com/spdustin/ChatGPT-AutoExpert and I've asked myself how one could add these "custom instructions" to chatgpt-shell (since I still prefer using GPT from within Emacs rather than...
Memory leak?
Whenever I use `chatgpt-shell` I notice the performance of my Emacs slowly degrading and it's memory footprint increasing to amazing sizes. ``` #### System Info :computer: - OS: darwin -...