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:
parent
28da68fcd1
commit
0adc712d2f
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user