summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-08-21 20:32:51 +0300
committerThanos Apollo <[email protected]>2024-08-21 20:32:51 +0300
commita296c4859767274d5a86d6529a64ad594cd6e0c9 (patch)
treeca76d001779e22073c8fe51facce2867d2b77f23 /.config/emacs/init.el
parent5d153e6b5639222ff67c8138ce3a8e97b3f9da6e (diff)
emacs: (gptel): Update models.
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 00b6b30..d6ee8be 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -1005,9 +1005,7 @@ By default, returns all jabber related buffers format."
(setq gptel-backend (gptel-make-ollama "Ollama"
:host (if is-zeus "localhost:11434" "zeus:11434")
:stream t
- :models '("llama3.1:latest" "dolphin-llama3:latest" "zephyr:latest"
- "mistral:latest" "mixtral:8x22b" "neural-chat:latest"
- "dolphin-mixtral:latest" "phi")))
+ :models '("llama3.1:latest" "dolphin-phi" "dolphin-llama3:latest")))
:bind (("C-c g" . 'gptel-send)
:map gptel-mode-map
("C-c h" . 'gptel-menu)))