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")))
|
"gpt-4o-mini")))
|
||||||
(defvar gptel-backend-ollama (gptel-make-ollama "Ollama"
|
(defvar gptel-backend-ollama (gptel-make-ollama "Ollama"
|
||||||
:stream t
|
:stream t
|
||||||
:models '("llama3:latest"
|
:models '("llama3.1:latest"
|
||||||
"mistral:latest")))
|
"mistral-nemo:latest")))
|
||||||
(setq gptel-backend gptel-backend-openai
|
(setq gptel-backend gptel-backend-openai
|
||||||
gptel-model "gpt-4o")
|
gptel-model "gpt-4o")
|
||||||
(defun gptel-select-backend ()
|
(defun gptel-select-backend ()
|
||||||
|
Loading…
Reference in New Issue
Block a user