joshcho / ChatGPT.el

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

Remove dependence on chatgpt-wrapper #63

Closed joshcho closed 1 year ago

joshcho commented 1 year ago

Dependency on chatgpt-wrapper via comint-mode makes ChatGPT.el less extensible for other features. The load time is also unnecessarily long. We will design for the common use case, which doesn't need the many extra features that chatgpt-wrapper has.

joshcho commented 1 year ago

Close for now, reopen if this becomes necessary