diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-03-05 04:18:06 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-03-05 04:18:06 -0800 |
| commit | ba6373ebfbcafc99ce7a4fa100b2a26fc3bc2731 (patch) | |
| tree | 31675c3c370dc77ce1afe93cfa26b72a2ec4f0b9 /config/emacs.org | |
| parent | 0321f74a87df68584beb3c19a99969f9a794bb85 (diff) | |
add two new blog posts; bitcoin node; haskell devel
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 |
