joshcho / ChatGPT.el

ChatGPT in Emacs
GNU General Public License v3.0
396 stars 34 forks source link

Re-implement the Python script in Emacs Lisp #4

Closed joshcho closed 1 year ago

joshcho commented 1 year ago

As per https://github.com/joshcho/ChatGPT.el/issues/1

indigoviolet commented 1 year ago

A stopgap solution here could be to provide a python package that exposes an entry point application, and that depends an epc. This would allow me to use pipx install chatgpt-el (for example) which would place the required dependencies in a virtual environment. Currently I have to install epc globally?

joshcho commented 1 year ago

Done, as per https://github.com/joshcho/ChatGPT.el/commit/c38c9150b4f156c90c44f330aa0cd2497d66f8c5