diff options
author | Thanos Apollo <[email protected]> | 2024-08-21 20:32:51 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-21 20:32:51 +0300 |
commit | a296c4859767274d5a86d6529a64ad594cd6e0c9 (patch) | |
tree | ca76d001779e22073c8fe51facce2867d2b77f23 /.config/emacs | |
parent | 5d153e6b5639222ff67c8138ce3a8e97b3f9da6e (diff) |
emacs: (gptel): Update models.
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/init.el | 4 |
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))) |