From 1756c8c80253e4b85e843384c328658288995e94 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Tue, 18 Nov 2025 23:42:28 +0200 Subject: [PATCH] Switch to a more powerful default model --- .config/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 0da29e5..abf0b8e 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -335,7 +335,7 @@ (gptel-default-mode 'org-mode) (gptel-expert-commands t) (gptel-highlight-methods '(face margin)) - (gptel-model 'llama3.2:latest) + (gptel-model 'hf.co/unsloth/Devstral-Small-2507-GGUF:latest) ;; keep-sorted end :preface (load "local-models.el")