diff options
author | Thanos Apollo <[email protected]> | 2024-10-30 09:54:46 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-30 09:54:46 +0200 |
commit | cee8b448d4b67a525694b64f3cff3a25c8cf5e54 (patch) | |
tree | 2be588208c0eebd2508635373506b5b359d279ad /.config | |
parent | 41675947beb58253d43e31133f91be7bdc9bf2ee (diff) |
emacs: gptel: Update ollama models.
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
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))) |