joshcho / ChatGPT.el

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

fix: support new chatgpt-wrapper #52

Closed ncaq closed 1 year ago

ncaq commented 1 year ago
joshcho commented 1 year ago

@ncaq, thanks for the pull request. https://github.com/joshcho/ChatGPT.el/commit/c38c9150b4f156c90c44f330aa0cd2497d66f8c5 should address the issues of backend selection. ChatGPT.el now acts as a thin wrapper around the chatgpt-wrapper CLI, so any model or backend configuration done through chatgpt-wrapper config should be reflected in ChatGPT.el.

Closing for now, please reopen if there are other concerns.