diff options
Diffstat (limited to 'config/emacs.org')
| -rw-r--r-- | config/emacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/emacs.org b/config/emacs.org index a962ac2..783eaa9 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -538,7 +538,7 @@ competitive LLM that doesn't cost money. (require 'llm-ollama) (setopt ellama-provider (make-llm-ollama :host "localhost" - :chat-model "phi4:latest"))) + :chat-model "qwen2.5:14b"))) #+end_src ** RSS Feed I use really simple syndication (RSS) in order to read news. As a result, I use |
