Add ellama package.

This package depends of ollama server installed and started
with the model (by default zephyr) pulled prevoiusly.
This commit is contained in:
KJ 2023-10-25 14:55:50 -04:00
parent be51f082f7
commit e40aa8d194
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@
:defer t
:bind ("<f1>" . eldoc-box-help-at-point))
;; AI integrada en emacs usando ollama (https://ollama.ai/)
(use-package ellama
:defer t)
;; Seleccionar por regiones (similar a mark-sexp, pero toma en cuenta hacia atrás del cursor también)
(use-package expand-region
:defer t