emacs: Update ollama model name
This commit is contained in:
parent
747a9df2d0
commit
99a5b87917
1 changed files with 11 additions and 11 deletions
|
@ -875,17 +875,17 @@ Set some connection properties
|
||||||
Let's evaluate this puppy.
|
Let's evaluate this puppy.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package gptel
|
(use-package gptel
|
||||||
:general
|
:general
|
||||||
(:prefix my/leader
|
(:prefix my/leader
|
||||||
"m" 'gptel-menu
|
"m" 'gptel-menu
|
||||||
"C-m" 'gptel-send)
|
"C-m" 'gptel-send)
|
||||||
:config
|
:config
|
||||||
(setq gptel-model "mistral-nemo"
|
(setq gptel-model "mistral-nemo"
|
||||||
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"))))
|
:models '("mistral-nemo"))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Git
|
** Git
|
||||||
|
|
Loading…
Reference in a new issue