From a296c4859767274d5a86d6529a64ad594cd6e0c9 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 21 Aug 2024 20:32:51 +0300 Subject: emacs: (gptel): Update models. --- .config/emacs/init.el | 4 +--- 1 file changed, 1 insertion(+), 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))) -- cgit v1.2.3