From cee8b448d4b67a525694b64f3cff3a25c8cf5e54 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 30 Oct 2024 09:54:46 +0200 Subject: emacs: gptel: Update ollama models. --- .config/emacs/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 842f976..7b625c6 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -1012,12 +1012,12 @@ By default, returns all jabber related buffers format." (code-review . "You are an expert programmer within Emacs reviewing code. Respond concisely") (writer . "You are an expert writer and FOSS enthusiast. Improve only the article sections provided as a hacker, do not add extra paragraphs."))) - (setq-default gptel-model "llama3.1:latest") + (setq-default gptel-model "llama3.2:latest") (setq gptel-backend (gptel-make-ollama "Ollama" :host (if is-zeus "localhost:11434" "zeus:11434") :stream t - :models '("llama3.1:latest" "dolphin-phi" "dolphin-llama3:latest"))) + :models '("llama3.2:latest" "dolphin-phi" "dolphin-llama3:latest"))) :bind (("C-c g" . 'gptel-send) :map gptel-mode-map ("C-c h" . 'gptel-menu))) -- cgit v1.2.3