diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-03 02:59:16 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-03 02:59:16 -0800 |
commit | d6efefc1d9e6b9fd515c5cb5f2a077e05caeaab7 (patch) | |
tree | 16228e6842ade232308754c7b55fff3f46b4205f /config/emacs.el | |
parent | 9e4f938d03c72bdcd81b020ab5276b969023a7e3 (diff) |
update nixos configuration to have ssh key for live iso; new journal entry
Diffstat (limited to 'config/emacs.el')
-rw-r--r-- | config/emacs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/emacs.el b/config/emacs.el index 7068192..0b21a26 100644 --- a/config/emacs.el +++ b/config/emacs.el @@ -424,12 +424,12 @@ (use-package ellama :custom - (ellama-sessions-directory "~/org/ellama/" "Set org directory") + (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 "gemma:7b"))) + :chat-model "deepseek-r1:14b"))) (use-package elfeed :custom |