diff options
Diffstat (limited to 'config/emacs.org')
| -rw-r--r-- | config/emacs.org | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/emacs.org b/config/emacs.org index 72bf26c..68ca825 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -593,14 +593,14 @@ emacs keybindings. I use LLMs in order to help me come up with ideas. I use a local LLM so that I can have a competitive LLM that doesn't cost money. #+begin_src emacs-lisp :tangle ../nix/init.el - (use-package ellama - :custom - (ellama-sessions-directory "~/org/ellama/" "Set org directory for LLM sessions") - :init - (require 'llm-ollama) - (setopt ellama-provider (make-llm-ollama - :host "localhost" - :chat-model "qwen2.5:14b"))) + ;; (use-package ellama + ;; :custom + ;; (ellama-sessions-directory "~/org/ellama/" "Set org directory for LLM sessions") + ;; :init + ;; (require 'llm-ollama) + ;; (setopt ellama-provider (make-llm-ollama + ;; :host "localhost" + ;; :chat-model "qwen2.5:14b"))) #+end_src *** Minuet Minuet does my code completion, showing the potential code completion as a ghost and automatically completing the code when my cursor is |
