xhcoding / emacs-aichat

AI Chat in Emacs, including OpenAI and Bing Chat
61 stars 9 forks source link

MELPA / Straight version? #16

Closed liar666 closed 1 year ago

liar666 commented 1 year ago

You package is more interesting to me than org-ai, as it allows to use the "free" bingchat

But it would be great to have a MELPA/straight version so that it is easier to install & maintain.

xhcoding commented 1 year ago

You can use straight :

  (use-package emacs-aichat
    :straight (emacs-aichat :type git :host github :repo "xhcoding/emacs-aichat"))