chatgpt-shell
chatgpt-shell copied to clipboard
ChatGPT and DALL-E Emacs shells + Org babel π¦ + a shell maker for other providers
Error Messege: " ChatGPT(3.5t/General)> who are you You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.curl: (22)...
Hi all, I've been trying to get `chatgpt-shell` work but I got stuck here: ``` ChatGPT(4-0125-preview/General)> test curl: (48) An unknown option was passed in to libcurl ``` I've been...
I'm trying to send the current line to the chatgpt-shell,Β like: ``` (defun send-line-to-chatgpt-shell-main () (interactive) (b0ef/select-line) (chatgpt-shell-send-region nil) (deactivate-mark t) ) ``` The problem is that the mark is...
*This is neither a feature request nor a bug but hopefully others may find it useful.* I wanted to experiment with code refactoring using local models but still using the...
> Please π this feature request if you want chatgpt-shell to support different models (see [parent feature request](https://github.com/xenodium/chatgpt-shell/issues/244)). Also consider [sponsoring](https://github.com/sponsors/xenodium) to make this project sustainable. The AI space moves...
Found the hidden `shell-maker` gem and it was the perfect fit for my own shell. However, I immediately stumbled over default, built in "commands" like `help` and `config`. They are...
The `shell-maker` should check and complain about curl version iff curl is really used.
Currently, the built-in `display-buffer-alist` settings are applied on the fly and thus put in front of the list -- so they always win: https://github.com/xenodium/chatgpt-shell/blob/39dd8e7415ebe6d836a1d721337019cfea89f5ad/chatgpt-shell.el#L1182-L1188 This makes customization of e.g. the...
I am talking about this. https://github.com/janhq/jan
Hi! I really like the new compose interface and find it helpful! I noticed a few edge cases when a prompt already exists: - If `chatgpt-shell-prompt-compose` is called with a...