Update ollama models

Changed the model names from "llama3:latest" and "mistral:latest" to "llama3.1:latest" and "mistral-nemo:latest" respectively in the GPTel Ollama backend configuration.
This commit is contained in:
Jeremy Dormitzer 2024-07-24 16:00:22 -04:00
parent 28da68fcd1
commit 0adc712d2f

View File

@ -13,8 +13,8 @@
"gpt-4o-mini")))
(defvar gptel-backend-ollama (gptel-make-ollama "Ollama"
:stream t
:models '("llama3:latest"
"mistral:latest")))
:models '("llama3.1:latest"
"mistral-nemo:latest")))
(setq gptel-backend gptel-backend-openai
gptel-model "gpt-4o")
(defun gptel-select-backend ()