emacs: Changed Ollama models from "mistral-nemo" to a list containing both "mistral" and "mistral-nemo"

This commit is contained in:
Erwin Boskma 2024-09-20 12:00:51 +02:00
parent 99cec88c8e
commit a4747da841
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw

View file

@ -885,7 +885,7 @@ Let's evaluate this puppy.
gptel-backend (gptel-make-ollama "Ollama"
:host "100.119.162.110:11434"
:stream t
:models '("mistral-nemo"))))
:models '("mistral" "mistral-nemo"))))
#+end_src
** Git