diff options
-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 ea95ff8..0862ad2 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -976,12 +976,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 "dolphin-llama3:latest") + (setq-default gptel-model "llama3.1:latest") (setq gptel-backend (gptel-make-ollama "Ollama" :host (if is-zeus "localhost:11434" "zeus:11434") :stream t - :models '("dolphin-llama3:latest" "zephyr:latest" "llama3:latest" + :models '("llama3.1:latest" "dolphin-llama3:latest" "zephyr:latest" "mistral:latest" "mixtral:8x22b" "neural-chat:latest" "dolphin-mixtral:latest" "phi"))) :bind (("C-c g" . 'gptel-send) |