diff options
Diffstat (limited to '.config')
-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))) |