emacs: Changed Ollama models from "mistral-nemo" to a list containing both "mistral" and "mistral-nemo"
This commit is contained in:
parent
99cec88c8e
commit
a4747da841
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ Let's evaluate this puppy.
|
||||||
gptel-backend (gptel-make-ollama "Ollama"
|
gptel-backend (gptel-make-ollama "Ollama"
|
||||||
:host "100.119.162.110:11434"
|
:host "100.119.162.110:11434"
|
||||||
:stream t
|
:stream t
|
||||||
:models '("mistral-nemo"))))
|
:models '("mistral" "mistral-nemo"))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Git
|
** Git
|
||||||
|
|
Loading…
Reference in a new issue