557 B
557 B
Emacs AI Configuration
ellama
(use-package ellama
:ensure t
:bind ("C-c e" . ellama)
:hook (org-ctrl-c-ctrl-c-final . ellama-chat-send-last-message)
:init (setopt ellama-auto-scroll t)
:config
(ellama-context-header-line-global-mode +1)
(ellama-session-header-line-global-mode +1)
)
Providers
(setq llm-debug t)
;; Note: API keys should be handled via auth-source as seen in original config