chatgpt-shell icon indicating copy to clipboard operation
chatgpt-shell copied to clipboard

ChatGPT and DALL-E Emacs shells + Org babel 🦄 + a shell maker for other providers

Results 82 chatgpt-shell issues
Sort by recently updated
recently updated
newest added

After `git pull` I could see many improvements you made, thank you. Now I am observing that streaming text often goes below the visible Emacs window, and then I need...

Hi, I'm the author of [UniteAI](https://github.com/freckletonj/uniteai), and I like what you're working on. My project is similar but I like how you've designed the client interface. The major difference is,...

(use-package shell-maker :straight (:type git :host github :repo: "xenodium/chatgpt-shell" :local-repo "chatgpt-shell" :files ("shell*.el"))) (use-package chatgpt-shell :straight (:type git :host github :repo: "xenodium/chatgpt-shell" :local-repo "chatgpt-shell" :files (:defaults (:exclude "shell*.el"))) :config (setq...

It might be a bit far-fetched, but per this [reddit thread](https://www.reddit.com/r/emacs/comments/14s803p/editmode_for_pointbypoint_text_proofreading_like/) I still try to post my feature idea here. The main concept is this: I would like to use...

ChatGPT recently added support for "function calling" where you can provide jsonschema specifying functions and their typed arguments. The model can then decide to return json as "function calls" if...

This can be very usefull since I find that the :context t is not always reliable and it is often very useful to have long conversation with chatgpt to refine...

As the title says, you cannot customize the location of the saved prompt file (.chatgpt-shell.el), which can create clutter in Emacs config directory.

Hey, thanks again for the package. I've been playing with the eshell integration (didn't know there was one until recently!) and so far has been good. Which got me wondering...

**Summary:** Executing `chatgpt-shell-load-awesome-prompts` results in an error, as described in the title of this issue. **Description:** This issue appears to be due to an issue with the dependent repository [f/awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts)....